admin管理员组文章数量:1203219
I tried to explode() by using insert.explode() to take apart the entity and record the information inside. But I found the entity missing.
python
for virtual_entity in entity.explode():
if virtual_entity.dxftype() == "ARC":
dxf = virtual_entity.dxf
pass
if not self.loadEntity(virtual_entity, depth + 1, insert_name, insert_center_point, rotate_angle):
return False
The entities I parsed out, such as the ARC entities that exploded out, I found that they did not match with the auto_cad software. Originally there were four in cad, but the analysis only came out two.
版权声明:本文标题:python - ezdxf: explode() on the entity only finds 2 out of 4 ARC from the original AutoCAD - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738658515a2105279.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论