Mesh.is_edge_on_boundary
- Mesh.is_edge_on_boundary(edge)[source]
Verify that an edge is on the boundary.
- Parameters:
- edgetuple[int, int]
The identifier of the edge.
- Returns:
- bool
True if the edge is on the boundary. False otherwise.
Site Navigation
compas
compas_blender
compas_ghpython
compas_rhino
Verify that an edge is on the boundary.
The identifier of the edge.
True if the edge is on the boundary. False otherwise.