SaveViewToFile3D¶
- globalmapper.SaveViewToFile3D(str aFilename, GM_RasterExportFormat_t32 aFormat, sint32 aPixWidth, sint32 aPixHeight) GM_Error_t32 [source]¶
Saves the current 3D view to a file
- Parameters:
aFilename (str) – filename to save to
aFormat (GM_RasterExportFormat_t32) – format to use (only BMP, JPG, and PNG supported)
aPixWidth (sint32) – pixel width to save (use 0 for current view size)
aPixHeight (sint32) – pixel height to save (use 0 for current view size)
- Returns:
Error Code
- Return type:
GM_Error_t32