-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extracting entities attributes #61
Comments
If you look in examples/example.es6.js you can see how to access the raw parsed entities (including blocks) |
Thanks for the response @bjnortier! I'm looking to get entity attributes as well as details such as a entity handles. Based on the example you suggest, here is the code I'm using to parse:
However the
In AutoCAD - this particular insert as associated attributes ( Is there a different way/method I should be using? Thanks again! |
Ah I misundersood. This library doesn't do any parsing of ATTRIB entities unfortunately. |
I’ve been reading this issue, and still don’t understand what’s required. DXF is a series of blocks, entities, etc. It doesn’t provide any linkage between pieces, except for references, which are typically just strings. So, no matter what, whatever you want to do, you still have to put the pieces together. For example, the third entity references block 2. |
Hi!
I've found this package extremely useful in trying to run some experiments with AutoCAD/DXF files.
I wanted to understand if there is a way to get entity attributes through this parser? Specifically, attributes for an inserted block entity.
Thanks in advance!
The text was updated successfully, but these errors were encountered: