Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I want to assemble new part into current assembly using ProAsmcompAssemble().
But I am not able to get or set "Place using Interface" Type by Default it set "place manually".
Solved! Go to Solution.
I believe it should work, if you create the assembly component using an element tree.
The element tree defined in the header file ProAsmcomp.h contains tree elements PRO_E_COMP_PLACE_INTERFACE, etc...
I believe it should work, if you create the assembly component using an element tree.
The element tree defined in the header file ProAsmcomp.h contains tree elements PRO_E_COMP_PLACE_INTERFACE, etc...
