Model.find_faces_in_polygon

Model.find_faces_in_polygon(key)[source]

Find the faces of the elements that are contained within a planar polygon.

Parameters:
polygoncompas.geometry.Polygon

The polygon for the search.

tolfloat, optional

Tolerance for the search, by default 1.1.

Returns:
list of compas_fea2.model.FaceGroup]

Subgroup of the faces within the polygon.