DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="0.9.1-beta1" />

 IPolygonEntity

double PlaneDeviation { get; }

Returns maximum deviation from average plane of polygon.

IPointEntity[] Points { get; }

Returns all the segment start / end points.

Returns average point of corners of polygon

Checks if point is inside planar polygon without self intersections.

Returns corners of polygon

Returns self intersections between sides of the polygon.