Interface ExportPhotogrammetryModelMeshToGlbResponse

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

  • ExportPhotogrammetryModelMeshToGlb
interface ExportPhotogrammetryModelMeshToGlbResponse {
    glbData: string;
    msg: string;
    success: boolean;
    errmsg?: string;
}

Hierarchy

Properties

glbData: string

GLB資料,Base64字串

msg: string

錯誤訊息

success: boolean

是否處理成功

errmsg?: string

錯誤訊息

Generated using TypeDoc