Skip to main content
8-Gravel
July 1, 2024
Solved

How to get assembly component path for the component selected via ProSolidFeatVisit?

  • July 1, 2024
  • 1 reply
  • 1195 views

How to construct ProIDTable for the assembly component I got throgh ProSolidFeatVisit api. Need assembly component path for the collected part file.

 

ProIDTable id_table = {Array[0].id} works for the part file collected from the top level. If the required part file present inside a subassembly, this logic fails.

 

Tried getting asm comppath typecasting ProFeature* Array to Proselection as below, didn't work. ProSelectionAsmcomppathGet((ProSelection)&Array[0], &compPath).

 

Any ideas please?

Best answer by syalagudri

As you move through the hierarchy store the path in array and use it to get the component handler.

PTC toolkit document gives you all the details on how asm compo path is.

syalagudri_0-1719821082797.png

 

1 reply

14-Alexandrite
July 1, 2024

As you move through the hierarchy store the path in array and use it to get the component handler.

PTC toolkit document gives you all the details on how asm compo path is.

syalagudri_0-1719821082797.png

 

8-Gravel
July 1, 2024

Hi @syalagudri 

 

"As you move through the hierarchy store the path in array" any sample code examples in Toolkit directory for the reference to understand it better?

 

Thanks,
Santhosh