Replies: 1 comment 1 reply
-
I don't understand your question nor your problem. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Dear @mozman ,
Discribe: I want to write my issue by easy words for my understanding.
My issue is create function, that can be work like _.attsync * in AutoCad. I do import from DBFile by use Importer and I have new blockdatabase in new dxf file -> I create in block by use add_blockref('Block',insert = (0,0)) and I don't have attribs and visabilities -> I create attribs with the same name in DBFile by blockref.add_attrib() -> create new attrib.(But I know, I have this attrib and after my actions in autodesk I use attsync and all attribs go on its positions with all properties(style, color...).) -> go to the CAD -> see attribs in 0,0(I know,that add_attrib's insert in default ==(0,0,0)) and block print with all visabilities.
I need to save files with visibility so that the visibility is saved when using doc.save().When I'm using this function, library save dxf file and change something in dxf. I tried to search differences beetwen 2 files( dxf after CAD and dxf after ezdxf), but it was without results.
I create function that take my attribs from DBFile and connect to my block with all properties, but I can't do it for visibility...
Regards,
Gashmen
Beta Was this translation helpful? Give feedback.
All reactions