Good afternoon! Femap 11.4.2. How to use the API to make a weld type contact, provided that the contact properties and contact regions are already set. Some of the properties of the contact are also already set (ID, color, propID, title, layer).
femap. Connection pConnection
pConnection pModel. feConnection;
pConnection. Get(pConnection.nextEmptyID()) ;
int ConnectionID=pConnection.ID;
pConnection. title=("Connection1"+c1+"Connection2"+c2) ;
pConnection. propID=1;
pConnection. Put(pConnection.nextEmptyID()) ;
Sample code is desirable.
Thank you.
femap. Connection pConnection
pConnection pModel. feConnection;
pConnection. Get(pConnection.nextEmptyID()) ;
int ConnectionID=pConnection.ID;
pConnection. title=("Connection1"+c1+"Connection2"+c2) ;
pConnection. propID=1;
pConnection. Put(pConnection.nextEmptyID()) ;
Sample code is desirable.
Thank you.