Part.find_nodes_on_plane
- Part.find_nodes_on_plane(plane, tol=1.0)[source]
Find all nodes on a given plane.
- Parameters:
- planePlane
The plane.
- tolfloat, optional
Tolerance for the search (active length unit), by default 1.0.
- Returns:
- List[Node]
List of nodes on the given plane.