You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using DXF-Viewer to visualize DXF files in 2D, and I’m pleased to report that it works effectively for my needs. However, I am encountering a challenge when it comes to extracting metadata, particularly the text data associated with the DXF files.
Hello,
I am currently using DXF-Viewer to visualize DXF files in 2D, and I’m pleased to report that it works effectively for my needs. However, I am encountering a challenge when it comes to extracting metadata, particularly the text data associated with the DXF files.
Here is my code (Vue.js 3)
Here you can find a .dxf sample
I want to extract from dxf : inside entity CAR , text content : TOYOTA.
Behavior expected : when user click on dxf inside vue.js app, meta data TOYOTA is emitted.
Could you please provide guidance or resources on how to retrieve this information? Any help would be greatly appreciated.
Thank you for your time, and I look forward to your response.
Best,
Vincent
The text was updated successfully, but these errors were encountered: