Home > ISYS_MathPolygonWithHoles
ISYS_MathPolygonWithHoles interface
带孔洞的多边形
签名
typescript
export interface ISYS_MathPolygonWithHoles1
备注
包含一个外环和零到多个孔洞(内环),保留完整的拓扑结构
属性
属性名 | 修饰符 | 类型 | 描述 |
|---|---|---|---|
Array<Array<ISYS_MathPoint>> | 孔洞(内环)数组 | ||
Array<ISYS_MathPoint> | 外环 |