Interface ICurvePolygon

ICurvePolygon interface

A planar surface, defined by 1 exterior boundary and 0 or more interior boundaries.

public interface ICurvePolygon : IEquatable<ICurvePolygon>, ISurface

Properties

NameDescription
ExteriorRing { get; }Gets the exterior ring.
InteriorRingsCount { get; }Gets the number of interior rings.

Methods

NameDescription
GetInteriorRing(int)Gets the interior ring by its index.

See Also