vagran / dxf-viewer

DXF 2D viewer written in JavaScript
Mozilla Public License 2.0
290 stars 86 forks source link

How can I obtain the attribute information of an entity #53

Closed hhsunxuan closed 1 year ago

hhsunxuan commented 1 year ago

How can I obtain the attribute information of an entity? For example, after selecting an entity in CAD, I can see its attribute information

vagran commented 1 year ago

Currently there is no such possibility. The library is designed just for rendering DXF content. No any interaction like entities selection, or obtaining any their metadata is possible. This may be changed in the future releases.