-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hi @w4l1k, Attributes should be added into This is a feature that should be improved with this PR: With your changes the code should work fine, if you save a DXF the file should be as expected, for the DWG I forgot to remove a guard that blocks the writer for Attributes, I'll open an issue to fix it. If you are using the package, please let me know and I'll make an update. Let me know if this helps. |
Beta Was this translation helpful? Give feedback.
Hi @w4l1k,
Attributes should be added into
Insert.Attributes, you will notice that when you create theInsertreferencing theBlockRecordthe collection should contain oneAttributeEntityin it, to change the value, fetch theAttributeEntityand edit the object.This is a feature that should be improved with this PR:
With your changes the code should work fine, if you save a DXF the file should be as expected, for the DWG I forgot to remove a guard that blocks the writer for Attributes, I'll open an issue to fix it.
If you are using the package, please let me know and I'll make an update.
Let me know if this helps.