DeformablePart.is_node_on_boundary

DeformablePart.is_node_on_boundary(node: Node, precision: Optional[str] = None) bool

Check if a node is on the boundary mesh of the DeformablePart.

Parameters:

Note

The discretized_boundary_mesh of the part must have been previously defined.

Returns:

boolTrue if the node is on the boundary, False otherwise.