Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用ezdxf.
ezdxf
我已经参考了ezdxf文档,但我不知道如何。
以下是文档中的描述,你用这个吗?
Drawing.layout_names() 获取可用图纸空间布局的列表。
Drawing.layout_names()
请告诉我如何使用它的示例。
作为一个非常基本的例子:
import ezdxf dwg = ezdxf.new() for layer in dwg.layers: print layer.dxf.name
带有 jQuery 的元素