PilotGaea 3D O'view
    正在準備搜尋索引...

    介面 AddCustomHoleProperty

    新增自畫洞參數。

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

    層級 (查看層級一覽)

    索引

    屬性

    polygon: GeoPolygon

    多邊形幾何。

    depth?: number

    洞的深度。

    200