Model.find_nodes_on_plane

Model.find_nodes_on_plane(plane, tol=1)[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 of List[Node]

List of nodes on the given plane.