Back to docs
Gets the type of support assigned to a specific node.
GetSupportType(node_number: int) -> strnode_number: Number of the node for which you want to know the support type.type = GetSupportType(3)
print(f"Support type at node 3: <class 'type'>")© 2024 OpenStaad
Built with Reflex