Part.find_faces_on_plane
- Part.find_faces_on_plane(plane, tol=1)[source]
Find the faces of the elements that belong to a given plane, if any.
- Parameters:
- plane
compas.geometry.Plane The plane where the faces should belong.
- plane
- Returns:
- list[
compas_fea2.model.Face] List with the faces belonging to the given plane.
- list[
Notes
The search is limited to solid elements.