Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
I have a 3d model that is stored in Model Manager. The model is associated with a drawing and both have the same Masterdata parent. This part is now going to be manufactured from a new material in addition to the existing material. The part geometry will not change however the drawing tolerances and notes should change for the second material. Is it possible to copy an existing drawing while keeping it linked to the same 3d model?
I have tried using the "copy" command in Model Manager. I copied the drawing from the old masterdata and pasted it into a new masterdata that i created however this command actually just shared the drawing to the new masterdata rather than actually copying the drawing to create a new drawing.
There is a way to do this. However, it takes several steps.
1. Load the drawing and the model.
2. Save each sheet individually to a local drive.
3. Create a new drawing, but do not associate it to any model.
4. Import 1 sheet at a time from the local drive into the drawing.
5. save the drawing as a new drawing.
Thanks for your response Tom. Is it possible to associate the new drawing to the model?
Turn on your migration tools. (see below)
These are powerful tools that let you detach and re-attach views to models.
****************************************************************
copy and paste this into your input line in annotaiton
(docu-enable-migration-tools)
I would recommend adding this to your am_customize file as well.
Actually as long as the model was loaded when I imported the sheet from a local directory it created the 2d->3d associativity on its own. Thanks for your help!