IPolygonEntity
public interface IPolygonEntity : IPolyCurveEntity, ICurveEntity, IGeometryEntity, IDesignScriptEntity, IDisposable, ITransformableEntity
Returns maximum deviation from average plane of polygon.
Returns all the segment start / end points.
Returns average point of corners of polygon
Checks if point is inside planar polygon without self intersections.
IPointEntity[] Corners()
Returns corners of polygon
Returns self intersections between sides of the polygon.