Skip to main content
8-Gravel
February 27, 2024
Question

Is there an API for Moving multiple parts in an assembly to a new or sub-assembly ?

  • February 27, 2024
  • 1 reply
  • 976 views

I have tried 2 methods:

1.Componenet - Restructure。 

restructure.jpg

2.Select Part,Right click,move to new assmbly

movetoassembly.jpg

However, I did not find the corresponding API for this functionality in PROTOOLKIT.

1 reply

17-Peridot
March 5, 2024

Take a look at ProAsmcompPackageMove()

Or I think it is possible to achieve by "hand". Assemble a component to new assy and delete it from the old one, using separated API functions.