Question
How to pull out part from sub asm in assembly
Under main assembly ,I have subassembly which created with one part(default constraint used) like
Engine .asm (main assm)
piston.asm(sub asm)
piston ring .prt (part-under subasm piston.asm)
I want to pull out piston ring.prt from piston.asm (sub asm) & want to make it separate part direct under main asm (engine .asm ) becuse I dont want piston ring.prt place under piston.asm (sub asm).
Note:
In proe we have an option to make sub asm from individual ppart ( move to assembly option), I am looking vice versa
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

