RigidPart.find_faces_on_plane

RigidPart.find_faces_on_plane(plane, tol=1)[source]

Find the faces of the elements that belong to a given plane, if any.

Parameters:
planecompas.geometry.Plane

The plane where the faces should belong.

Returns:
list[compas_fea2.model.Face]

List with the faces belonging to the given plane.

Notes

The search is limited to solid elements.