Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Recent content by shoomilka

  1. shoomilka

    How to put LoadMesh into LoadDefinition (using FEMAP API)

    WOW! I've found a solution! Dim LD As femap.LoadDefinition Set LD = App.feLoadDefinition LD.PutAll(3,FT_SURF_LOAD,FT_NODE,"") and LM.LoadDefinitionID = 3 So, LD.loadType needs to be FT_NODE and LD.dataType = FT_SURF_LOAD. This constants will create load definition with type Force on...
  2. shoomilka

    How to put LoadMesh into LoadDefinition (using FEMAP API)

    When I use a command LM = LD.ID all created loadMeshes disappears from model tree. If I don't use this command loadMeshes puts into Other Loads (passing any Load Definition). Sub createLoadsX(i As Integer) LS.Active = LS.ID Dim gr As Group Dim grID As Long grID = wb.Sheets(wsh).Cells(2+i...

Part and Inventory Search