Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep 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

Back
Top