cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

How to Get/Set Interface Place Type(IntfcPlaceType) when I populate new part into current assembly using ProAsmcompAssemble()

ndaslaniya
1-Newbie

How to Get/Set Interface Place Type(IntfcPlaceType) when I populate new part into current assembly using ProAsmcompAssemble()

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".


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
1 ACCEPTED SOLUTION

Accepted Solutions

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...

View solution in original post

1 REPLY 1

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...

Top Tags