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

    介面 AddCustomConeProperty

    新增自畫圓錐參數。

    interface AddCustomConeProperty {
        direction: Geo3DPoint;
        point: GeoPoint;
        circleDetail?: number;
        color?: `#${string}`;
        distance?: number;
        opacity?: number;
        radius?: number;
    }

    層級 (查看層級一覽)

    索引

    屬性

    direction: Geo3DPoint

    投影方向。

    point: GeoPoint

    圓錐頂點幾何。

    circleDetail?: number

    圓形的邊數。

    90
    
    color?: `#${string}`

    顏色。

    "#FFFFFF"
    
    distance?: number

    投影距離。

    100
    
    opacity?: number

    不透明度。

    1
    
    radius?: number

    圓形的半徑。

    10