FormDiagram.is_node_loaded
- FormDiagram.is_node_loaded(node, min_force=1e-06)[source]
Checks if there is a large-enough load applied to a node.
- Parameters:
node (
int
) – A node key.min_force (
float
) – The minimum force magnitude to consider a node loaded. Defaults to1e-6
.
- Returns:
flag (
bool
) –True``if the node is a support. ``False
otherwise.