so, could it be ok the following statement?
crs = PhotoScan.CoordinateSystem("EPSG::32632")
curr_chunk.buildOrthomosaic(surface=PhotoScan.ModelData, blending=PhotoScan.MosaicBlending, projection=crs)
and please tell me also if the following are ok:
curr_chunk.exportOrthomosaic(path="C:/exportOrthomosaic.TIF", format='tif', raster_transform=PhotoScan.RasterTransformNone, projection=crs, write_kml=False, write_world=True, tiff_compression='lzw', tiff_big=False)
curr_chunk.exportModel(path="C:/exportModel.PDF", binary=True, precision=6, texture_format='pdf', texture=True, normals=True, colors=True, cameras=True, udim=False, strip_extensions=False, projection=crs)
thanks