Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. V

    Femap API Connection Object

    The issue is resolved! Planes contact through properties "manually". int contact[0..1] and object vcontact. Solid through the "auto" function. feConnectAuto2();
  2. V

    Femap API connection

    The issue is resolved! Planes contact through properties "manually". Solid through the "auto" function.
  3. V

    Femap API Error "Type mismatch"

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

    Femap API Error "Type mismatch"

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

    Mesh options

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

    Femap API connection

    Question in attached file! Femap 11.4.2
  7. V

    Femap API Connection Object

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

Part and Inventory Search