Back to docs
Assigns a support to a specific node in the model.
AssignSupportToNode(node_number: int, support_type: str) -> Nonenode_number: Number of the node to which the support will be assigned.support_type: Type of support to assign (for example, 'Fixed', 'Pinned').AssignSupportToNode(5, "Fixed")This example assigns a fixed support to node 5.
© 2024 OpenStaad
Built with Reflex