我正在做一个项目,其中我需要将几个东西绘制到一个dxf文件中。我正在使用dxfwrite,但是我需要只在ezdxf上可用的HATCH函数,但是我不知道如何使用ezdxf中的dim函数。有什么想法吗?
我有定义,但没有明确的例子:https://github.com/mozman/ezdxf/blob/master/ezdxf/modern/dimension.py
已尝试在函数中搜索文档字符串
import ezdxf
dwg = ezdxf.new('AC1015')
msp = dwg.modelspace()
msp.add_aligned_dim?https://stackoverflow.com/questions/44510168
复制相似问题