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:
node (
compas_fea2.model.Node
) – The node to evaluate.precision (??) – ???
Note
The discretized_boundary_mesh of the part must have been previously defined.
- Returns:
bool – True if the node is on the boundary, False otherwise.