Get The DWG drawing Layer data #334
Unanswered
Antika-Chowdhury
asked this question in
Q&A
Replies: 1 comment
-
|
I'm guessing that what you are looking for is the geometric information of the file, the Layers doesn't contain any of that, they are only records in a table to organize the different entities in the drawing. If you want to get the entities you can use the For more information of how a dxf/dwg file are organized you can check this link from the documentation, https://help.autodesk.com/view/OARX/2021/ENU/?guid=GUID-A809CD71-4655-44E2-B674-1FE200B9FE30 Let me know if this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team,
As per current solution only layer names are visible. I want to fetch the layer details like data building height or width I want to fetch that. How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions