Page 1 of 1

Units in Beam Section Editor

Posted: Sat Feb 01, 2020 9:54 pm
by maitreyakurumbhati
Hello,

I had a question on how the units work in the Beam Section editor.

If I put the same values for different units I'm still getting the same numbers in the tcl script created.

Also, I wanted to know how these units were related to the global axes and if "inches" or "feet" could be included in the same in the future?

Image

Thank you,
Maitreya Manoj Kurumbhati

Re: Units in Beam Section Editor

Posted: Mon Feb 03, 2020 11:18 am
by STKO Team
Note: STKO as OpenSEES does not use a unit system. So you have to be consistent with the units you are using.
That beeing said, the only place in STKO where you find a unit system is the Beam Section Editor.
However that unit is only necessary because we internally use a database written in [mm]. So we need a scale factor to properly represent the beam extrusion in the CAD model.

What is written in the TCL is exactly the value that you see in the Beam Section Editor. If you change the unit, and the area value changes in the Beam Section Editor, that value (i.e. the one that you see in editor) is the value that you should see in the TCL file.

If this is not the case, please send us your file and we will have a look

Re: Units in Beam Section Editor

Posted: Mon Feb 03, 2020 10:07 pm
by maitreyakurumbhati
Thanks!!

That answered my question