Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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...
