-
Hello Everyone, When I try to insert/duplicate a block with attributes, it appears duplicated, but without its attributes. `import ezdxf doc = ezdxf.readfile("Template REDECAM-BLOCO-BRANCO.dxf") bloco_original = doc.blocks.get('REDECAM-DISTINTA_monolingua') msp = doc.modelspace() doc.saveas('seu_arquivo_duplicado.dxf') doc.saveas("Drawing2_updated.dxf") |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
ATTRIB entities must be attached to a block reference: https://ezdxf.mozman.at/docs/tutorials/blocks.html# |
Beta Was this translation helpful? Give feedback.
ATTRIB entities must be attached to a block reference: https://ezdxf.mozman.at/docs/tutorials/blocks.html#