RigidPart.contains_node
- RigidPart.contains_node(node)[source]
Verify that the part contains a given node.
- Parameters:
- nodeNode
The node to check.
- Returns:
- bool
True if the node is in the part, False otherwise.
Verify that the part contains a given node.
The node to check.
True if the node is in the part, False otherwise.