Replies: 2 comments 1 reply
-
Hi! Multi-line attributes were introduced in DXF R2018 and are not documented. Avoid them if you can. If you really have to/want to use multi-line attributes, you have to provide more context: test data in form of simplified and zipped DXF files and Python code to reproduce the issue. |
Beta Was this translation helpful? Give feedback.
1 reply
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered such a problem, I created a block in AUTOcade in which I placed an attribute from multi-line text. Next, I open this block in the code and try to reproduce it with copies using the method
self.msp.add_blockref("name_block", insert=(x_block, y_block)
I save, after opening, copies of this block were actually created. But for some reason the attribute in the mine became a one-line one.
How can I create copies of the block and at the same time preserve the multi-line nature of the built-in attribute?
Beta Was this translation helpful? Give feedback.
All reactions