Back to docs
Retrieves the input unit of force of the currently open .STD file.
This function retrive a value from the open staad file
To use this function see the following example:
from openstaad impor Root
# instancieate the root module
root = Root()
# Execute de analize funcion from root module.
force_units = root.GetInputUnitForForce()
print(force_units)© 2024 OpenStaad
Built with Reflex