⚠️ Warning: This documentation article is not fully implemented yet.
AssignSupportToNode
Assigns a support to a specific node in the model.
Usage
AssignSupportToNode(node_number: int, support_type: str) -> None
node_number: Number of the node to which the support will be assigned.support_type: Type of support to assign (for example, 'Fixed', 'Pinned').
Example
AssignSupportToNode(5, 'Fixed')
This example assigns a fixed support to node 5.