RigidPart.find_faces_on_plane

RigidPart.find_faces_on_plane(plane: Plane)

Find the face of the elements that belongs to a given plane, if any.

Note

The search is limited to solid elements.

Parameters:

plane (compas.geometry.Plane) – The plane where the faces should belong.

Returns:

[compas_fea2.model.Face] – list with the faces belonging to the given plane.