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

    介面 AddCustomPolygonPrismProperty

    新增自畫多邊形柱參數。

    interface AddCustomPolygonPrismProperty {
        polygon: GeoPolygon;
        color?: `#${string}`;
        opacity?: number;
        drawBorder?: boolean;
        borderColor?: `#${string}`;
        height?: number;
        surfaceHeight?: number;
    }

    層級 (查看層級一覽)

    索引

    屬性

    polygon: GeoPolygon

    多邊形幾何。

    color?: `#${string}`

    顏色。

    "#0000FF"
    
    opacity?: number

    不透明度。

    1
    
    drawBorder?: boolean

    是否繪製框線。

    false
    
    borderColor?: `#${string}`

    框線顏色。

    "#000000"
    
    height?: number

    柱體高度,單位公尺。

    20
    
    surfaceHeight?: number

    柱體底面高度。

    0