DeformablePart.find_nodes_in_polygon

DeformablePart.find_nodes_in_polygon(polygon: Polygon, tolerance: float = 1.1)

Find the nodes of the part that are contained within a planar polygon

Parameters:

polygon (compas.geometry.Polygon) – The polygon for the search.

Returns:

[ (class:`compas_fea2.model.Node]) – List with the nodes contained in the polygon.