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

    介面 Input3DPolylineParameter

    輸入三維聚合線參數。

    interface Input3DPolylineParameter {
        onCompleted?: (
            result: InputFailResult | Input3DPolylineSuccessResult,
        ) => void;
        onInputting?: (result: { geo: GeoPolyline }) => void;
        color?: window.ov.Color;
        maxStep?: number;
    }
    索引

    屬性

    onCompleted?: (result: InputFailResult | Input3DPolylineSuccessResult) => void

    輸入完成的回呼函式。

    類型宣告

    onInputting?: (result: { geo: GeoPolyline }) => void

    輸入中的回呼函式。

    類型宣告

    color?: window.ov.Color

    顏色。

    new ov.Color("#FF0000")
    
    maxStep?: number

    最多輸入幾段。

    Number.MAX_SAFE_INTEGER