mozman / ezdxf

Python interface to DXF
https://ezdxf.mozman.at
MIT License
926 stars 190 forks source link

Question about dynamic blocks #125

Closed yidingfan closed 4 years ago

yidingfan commented 4 years ago

Hi there, I just found out that I can not read the information in the dynamic block which are defined in AutoCAD. Is this supported by ezdxf? Or I just missed the way of doing it?

Thanks

mozman commented 4 years ago

No, I don't even know what dynamics blocks are, implementation details are not documented in the DXF reference.

rurban commented 4 years ago

DXF objectnames in the wild are: DYNBLOCKREF, ATTDYNBLOCKREF I also haven't found out yet their structure.

mozman commented 4 years ago

I work with BricsCAD and BricsCAD loads dynamic blocks but can't create them, so I will not waste my time with that feature yet, maybe in the future.