ReachabilityMapObject.remove
- ReachabilityMapObject.remove(node)[source]
Remove a child node from this node.
- Parameters:
- node
compas.datastructures.TreeNode
The node to remove.
- node
- Returns:
- None
Remove a child node from this node.
compas.datastructures.TreeNode
The node to remove.