python有没有可视化dxf文件的模块?

Is there is any module to visualize dxf file in python?

我搜索了与 dxf 相关的模块以使用 python 生成 dxf 并找到了 ezdxf 和 geopandas,以及类似情况的 drawSVG。

我安装 geopandas 失败,原因不明,我安装了其余两个。

我想知道 plot/visualize python 中的 dxf 文件是否有任何方法,因为我在 ezdxf 模块中找不到方法。

是否还有我不知道的其他模块或功能?

这个库声明有一个扩展可以做到这一点:

https://ezdxf.readthedocs.io/en/stable/index.html