Interface AddCustomHoleProperty

新增自畫洞參數。

interface AddCustomHoleProperty {
    polygon: GeoPolygon;
    depth?: number;
}

Hierarchy

Properties

Properties

polygon: GeoPolygon

多邊形幾何。

depth?: number

洞的深度。

Default Value

200

Generated using TypeDoc