The issue is resolved!
Planes contact through properties "manually".
int contact[0..1] and object vcontact.
Solid through the "auto" function.
feConnectAuto2();
Thanks for the response.
This line gave an error
pModel.feCoordToWorkplane(XYZ, out wpXYZ);
Fixed everything by adding an object variable to the loop before the function and zeroing it.
object wpXYZ=null;
The question can be considered closed
Hi, Where is the mistake?
pNodeSet.AddAll(zDataType.FT_NODE);
pNodeSet.Debug();
int nodeCount = pNodeSet.Count();
Console.WriteLine("nodeCount =" + nodeCount);
Console.ReadKey();
int nodeID;
object XYZ...
Dear David,
Can be checked via API.
There is a method that returns the number of elements in the Surface, or returns the "Return code" that there are no elements connected to the Surface.
Maybe this will help you.
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...