Back to docs
This document explains how to retrieve the version of the application using OpenStaad python.
Returns the application version number as text and in individual parts.
This function retrieves 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.
staad_version = root.GetApplicationVersion()
print(staad_version)© 2024 OpenStaad
Built with Reflex