• OpenSTAAD Utilization Ratio and Printing

    I'd like to be able to use OpenSTAAD to display the utilization ratio and print the current view to a pdf. I've read through the OpenSTAAD Documentation and didn't find anything related to these two functions. If this is something that can be done using…
  • How to Display the utilization ratio value through OpenSTAAD API

    Hi, Is there any method to display the utilization ratio value for the members in the current view through OpenSTAAD API?
  • OpenStaad C# get support reaction.

    I am unable to get the support reaction. Is any one help me? here the is code OpenSTAAD os = Marshal.GetActiveObject("StaadPro.OpenStaad") as OpenSTAAD; if (os?.Geometry is OSGeometryUI osGeom) { int nodeCount = osGeom.GetMemberCount(); Console…
  • Optimization using OpenSTAAD

    I am recently using openSTAAD for automating my steel design works. I am aware that applying loads and load combinations are possible using openSTAAD. OpenSTAAD documentation does not elaborately shows how to apply design parameters for steel design…
  • OpenSTAAD with C# - GetNodeDisplacements problem

    Hi, I'm using C# to write some code that uses OpenSTAAD and have run into some problems. Here's how my code looks so far: OPENSTAADLib.Output OSOutput = new OPENSTAADLib.Output(); OSOutput.SelectSTAADFile(filePath); OSOutput.AnalyzeStructure…