Skip to Main Content
STAAD.Pro Ideas Portal

Welcome to the STAAD.Pro Ideas portal. The purpose of this site is to post ideas for enhancements and new features. We value your feedback and our team regularly reviews your suggestions for consideration in future releases.

You have 3 options for providing feedback:

  1. Vote for an existing Idea. The popularity of an Idea helps us understand its importance to our users.

  2. Comment on an existing Idea. We want to hear your unique point of view.

  3. Add a new Idea. If no existing Idea describes what you would like, add a new one!

When you Vote, Comment, or Add an idea you will also be subscribed to that Idea and will receive status updates. Please note that we may merge or rename Ideas for clarity. Thank you for your support and feedback, it is always appreciated!

Status Needs review
Created by rajendran jeysivaa
Created on Mar 1, 2024

OpenSTAAD Function to extract Area of reinforcement from STAAD Output.

Looking for a OpenSTAAD Function to extract Area of reinforcement from STAAD Output. I have explored the OpenSTAAD help and I couldn't able to find. If you have any solutions, please suggest.

  • Admin
    Carlos Aguera
    Reply
    |
    Mar 12, 2024

    It helps to think through how this would work. If you are looking for the design data from a member then it would make sense to consider all the aspects of the design. Is it a beam or column or slab? Where are you getting the bar info from? Start, Middle End? Were you thinking along the following 2 functions:-

    Return = Design.GetConcreteDesignSummary(Member, Code, Type, Load case)

    Return 1 = a designed concrete object, 0, no cocnrete design for this member.

    Return - Design.GetConcreteRebar(Member, Location, BarMain, BarSec, NumMain, NumSec, AsMain, AsSec)

    Return 1 = a designed concrete object, 0, no cocnrete design for this member.

    Also how would this help in the project?

  • rajendran jeysivaa
    Reply
    |
    Mar 11, 2024

    Hello Carlos,

    If we give the member number as input parameter , from the design output, OpenSTAAD function should be able to retrive the Ast , bar dia and no of bars from the output design summary or if it gives the requrirement load case wise, it would be more useful.


    thanks you for considering this idea.

  • Admin
    Carlos Aguera
    Reply
    |
    Mar 8, 2024

    Thank you for posting this idea. There is currently no OpenSTAAD function to obtain the output from a concrete beam/column/slab design. Perhaps you can provide an example of how you imagine that function might look and work.