⚠️ Warning: This documentation article is not fully implemented yet.
CreateSupportFixed
Creates a fixed support to be assigned to a node.
Usage
CreateSupportFixed() -> dict
Returns a dictionary representing a fixed support.
Example
fixed_support = CreateSupportFixed()
AssignSupportToNode(1, fixed_support)
This example creates a fixed support and assigns it to node 1.