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

    介面 AddCustomBarProperty

    新增自畫正多邊形柱參數。

    interface AddCustomBarProperty {
        point: Geo3DPoint;
        color?: `#${string}`;
        opacity?: number;
        drawBorder?: boolean;
        borderColor?: `#${string}`;
        size?: number;
        height?: number;
        absHeight?: boolean;
        side?: number;
    }

    層級 (查看層級一覽)

    索引

    屬性

    point: Geo3DPoint

    柱中心點幾何。

    color?: `#${string}`

    顏色。

    "#0000FF"
    
    opacity?: number

    不透明度。

    1
    
    drawBorder?: boolean

    是否繪製框線。

    false
    
    borderColor?: `#${string}`

    框線顏色。

    "#000000"
    
    size?: number

    柱子半徑大小。

    1
    
    height?: number

    柱體高度,單位公尺。

    10000
    
    absHeight?: boolean

    是否為絕對高。

    false
    
    side?: number

    柱子的多邊形邊數,不能小於3。

    4