Home > ISYS_MathPolygonWithHoles
ISYS_MathPolygonWithHoles interface
Polygon with holes
Signature
typescript
export interface ISYS_MathPolygonWithHoles1
Remarks
Contains one outer ring and zero to multiple holes (inner rings), preserving the complete topology
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Array<Array<ISYS_MathPoint>> | Array of holes (inner rings) | ||
Array<ISYS_MathPoint> | Outer ring |