Polygon
Returns maximum deviation from average plane of polygon.
Returns all the segment start / end points.
Construct a Polygon Curve by connecting Points.
Construct an inscribed Polygon Curve within a circle.
Returns average point of corners of polygon
Returns whether an input point is contained within the polygon. If the polygon is not planar then the point will be projected onto the best-fit plane and the containment will be computed using the projection of the polygon onto the best-fit plane. This will return a failed status if the polygon self-intersects.
Returns corners of polygon
Returns self intersections between sides of the polygon.