Documentation

⚠️ Warning: This documentation article is not fully implemented yet.

GetSupportNodes

Gets the list of nodes that have been assigned a support.

Usage

GetSupportNodes() -> list

Returns a list of node numbers with support.

Example

nodes = GetSupportNodes()
print(nodes)