drw and asm relations
drw and asm relations
(OP)
Please can someone tell me how to remove the association between a drawing and a mechanism(.asm) - I want to create a drawing(.drw) of a mechanism in a certain position and then move it in the model but keep the drawing the same.
RE: drw and asm relations
RE: drw and asm relations
WDG's method can work, if you don't mind duplicating the data. However, the way I would set it up is to create a family table in the assembly. Within the family table, you can vary an assembly constraint, dimension, etc which represents the change in position/size of the component(s). This new instance can have its own drawing, independant of the original drawing.
Also, here is an easy way of creating an instance drawing when a drawing of another instance already exists:
Open the original drawing and select Save As... - for the new drawing name, enter the name of the instance you created. Then open the new drawing and select Views>Dwg Models>Replace, and select the instance (if family table was set up, it will automatically pull up the list of available instances). New drawing is now linked to the new instance, and all parametric linking is still maintained without creating redundant data.
I suggest that you have a firm grasp of Family Tables before doing this, because a slight lack of attention to detail can yield very confusing mistakes that are difficult to track down and resolve.
Recneps