Skip to main content
1-Visitor
June 18, 2014
Question

How to pull out part from sub asm in assembly

  • June 18, 2014
  • 12 replies
  • 13524 views

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.

12 replies

Dale_Rosema
23-Emerald IV
June 18, 2014

Haris,

Follow this thread:

http://communities.ptc.com/message/246290#246290

I think this is what you are asking about.

Thanks, Dale

1-Visitor
June 18, 2014

Thanks for your reply.

But , that conversation not satisfied my question.

Will restructure option help me to pull out part from sub asm & individual become part under main asm?

Mahesh_Sharma
22-Sapphire I
June 18, 2014

Haris,

Restructure option as in thread given by Dale will help you. Using restructure you can select the components and define target assembly.

1-Visitor
June 18, 2014

Pls refer imageUntitled.png

17-Peridot
November 4, 2014

Quite honestly, I would see if the carburetor has dependencies... I just move it down until it is at the end. You know which object has a dependency because you cannot move the assembly below it. Resolve the dependency and continue to move the assembly down.

Then add a new carburetor and delete the assembly. I find the re-route routing a painful one when it comes to guessing what it really wants.

1-Visitor
November 4, 2014

That's the problem. It has a bazillion dependencies. I was trying to avoid all the rerouting and re-defining. It seems like it would be easy for PTC to just make the "insert here" functionality work when trying to pull a sub-assembled part into it's parent assembly. It just doesn't make sense why it HAS to try to put it at the very end of the parent assembly when re-structuring.