• Getallsolids method vba doesn't work

    Hello. Why this method doesn't work? By this way the similar method GetAllLinearMembers from the same library works perfect. Sub stf() Dim mylist2 As STFSolidList Set mylist2 = New STFSolidList Set mylist2 = STFApplication.GetAllSolids(ActiveModelReference…
  • Modeling slab using VBA in ABD

    Hi everyone. I tryed to find any similar question, but it doesnt succes. I cad model any section in ABD Connect Edition using VBA and STF library (AECOSimBuildingDesigner Structural 9.1 Library). The code uder helps model sections Function…