• Open STAAD C++ function GetNodeCoordinates

    Node 2 is a real node in the STAAD.Pro model located at (1, 0, 0), and the GetNodeNumber method is correctly returning the node number that corresponds to the point coordinates (1,0,0). When I use GetNodeCoordinates(2, &x, &y, &z) , I expect to get the…
  • Assign Tapered plate thickness using Open STAAD

    How can I assign tapered plate thickness using open staad?
  • OpenSTAAD

    Hi, I am using OpenSTAAD for my work. I am trying to analyse the staad file through VBA. Its not working. Later, I understood the save dialogue box pop-up is the reason. Will there be an option to inactivate all such alert dialogue box during macro execution…
  • Extracting Result Envelope Data

    I am trying to make a macro by which it can extract results from the envelope is it possible?
  • OpenSTAAD Break Beam

    Hell... I have made Excel based VB program using OpenSTAAD. I am unable to create geometry using this program. However I am unable to break beam (at intersection) using OpenSTAAD command. I have to manually select Nodes & then use Break Beam command…
  • Staad pro member releases selection using Openstaad

    Hi, I want to select the all members based on the releases using OPENSTAAD command. But the given (below) is not working. objOpenSTAAD.Property.GetMemberReleaseSpec(lBeamNo, 0, lReleaseArray, lSpringConstArray kindly suggest me how to overcome…