Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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?
Solved! Go to Solution.
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.
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.
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