Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock 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. ricbus

    SAP2000 API MatLab - Setting restraints

    Hi Ushaann NET.explicitCast refers to Visual Basic, therefore it does not run. Remove it. Regards RB
  2. ricbus

    SAP2000 API MatLab - Setting restraints

    hi! Mathias Try this: PointName1 = ' '; PointName2 = ' '; Restraint = logical(zeros(6,1)); for i = 1 : 6 Restraint(i,1) = true(); end [ret, PointName1, PointName2] = SapModel.FrameObj.GetPoints('K1', PointName1, PointName2); ret = SapModel.PointObj.SetRestraint(PointName1, Restraint); Regards
  3. ricbus

    SAP2000 API using MATLAB // SapModel.DesignSteel.GetSummaryResults

    hi! Has anyone used the command SapModel.DesignSteel.GetSummaryResults ? I'm running linear TH and after running the analysis and using the design tool (ret = SapModel.Analyze.RunAnalysis; ret = SapModel.DesignSteel.StartDesign;), everything works, but to set the output to obtain the data...

Part and Inventory Search