Home > ISYS_MathPolygonWithHoles
ISYS_MathPolygonWithHoles interface
带孔洞的多边形
Signature
typescript
export interface ISYS_MathPolygonWithHoles1
Remarks
包含一个外环和零到多个孔洞(内环),保留完整的拓扑结构
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Array<Array<ISYS_MathPoint>> | 孔洞(内环)数组 | ||
Array<ISYS_MathPoint> | 外环 |