SBStructuralNode#
This is a base class for structural model nodes.
See also
SAMSON SDK: SBMStructuralModelNode
- class samson.SBStructuralNode#
Bases:
SBModelNodeThis class describes a structural model node.
- getChildren(self: samson.SBStructuralNode) samson.SBNodeIndexer#
Returns the children of the node
- getModel(self: samson.SBStructuralNode) samson.SBStructuralModel#
Returns the parent structural model.
- getNextStructuralNode(self: samson.SBStructuralNode) samson.SBStructuralNode#
Returns the next structural node in topology order.
- getPreviousStructuralNode(self: samson.SBStructuralNode) samson.SBStructuralNode#
Returns the previous structural node in topology order.
- property structuralSignalFlag#
Whether this node can emit structural signals.