Interface AddCustomHoleProperty

新增自畫洞參數。

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

Hierarchy

Properties

Properties

depth?: number

洞的深度。

Default Value

200
polygon: GeoPolygon

多邊形幾何。

Generated using TypeDoc