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

    介面 GetAreaOfTerrainSurfaceResponse

    C#DoCmd2D後端回傳結構,對應指令:

    • GetAreaOfTerrainSurface
    interface GetAreaOfTerrainSurfaceResponse {
        area: number;
        inaccuracy: number;
        myPolygonSet: PolygonSet;
        myPolygonSet2: PolygonSet;
        myPolygonSet3: PolygonSet;
        myPolygonSet4: PolygonSet;
        success: boolean;
        errmsg?: string;
    }

    層級 (查看層級一覽)

    索引

    屬性

    area: number

    面積

    inaccuracy: number

    不精確度

    myPolygonSet: PolygonSet

    DEBUG使用 全取

    myPolygonSet2: PolygonSet

    DEBUG使用 部分不該取的全取

    myPolygonSet3: PolygonSet

    DEBUG使用 部分該取的沒取

    myPolygonSet4: PolygonSet

    DEBUG使用 全不取

    success: boolean

    是否處理成功

    errmsg?: string

    錯誤訊息