You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that the above is very common and straightforward problem,
I have been did a search the tool ezdxf given, and think the follow idea could be one of solutions
Load each component drawing file, maybe some cleaning unnecessary entity, etc... Then saveas new component drawing with every entities has xdata attribute with unique id (can be component id)
Merge all the component drawing into assembly drawing
Query all entities matches with component id, then make transformation if needed
I wonder what is you guy solution for that problem, or does ezdxf given other tools for more efficient solution.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I think that the above is very common and straightforward problem,
I have been did a search the tool ezdxf given, and think the follow idea could be one of solutions
Load each component drawing file, maybe some cleaning unnecessary entity, etc... Then saveas new component drawing with every entities has xdata attribute with unique id (can be component id)
Merge all the component drawing into assembly drawing
Query all entities matches with component id, then make transformation if needed
I wonder what is you guy solution for that problem, or does ezdxf given other tools for more efficient solution.
Beta Was this translation helpful? Give feedback.
All reactions