Type Alias ModelExportOptions

ModelExportOptions: { coordinateSystem?: CoordinateSystemParams } & Record<
    string,
    any,
>

Options for customizing the export process when exporting a SceneModel and/or a DataModel to a file.

Type declaration

  • OptionalcoordinateSystem?: CoordinateSystemParams

    Optional target CoordinateSystem for export. If not provided, the SceneModel's CoordinateSystem will be used.