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

    介面 AddCustomSurfaceCircleProperty

    新增自畫表面圓參數。

    interface AddCustomSurfaceCircleProperty {
        circle: { center: Geo3DPoint; radius?: number };
        detail?: number;
        color?: `#${string}`;
        opacity?: number;
    }

    層級 (查看層級一覽)

    索引

    屬性

    circle: { center: Geo3DPoint; radius?: number }

    圓參數。

    類型宣告

    • center: Geo3DPoint

      圓心幾何。

    • 可選radius?: number

      圓的半徑,單位公尺。

      1
      
    detail?: number

    圓的邊數。

    120
    
    color?: `#${string}`

    顏色。

    "#0000FF"
    
    opacity?: number

    不透明度。

    1