globalmapper.SaveViewToFile3D ============================= .. currentmodule:: globalmapper .. py:function:: SaveViewToFile3D(str aFilename, GM_RasterExportFormat_t32 aFormat, sint32 aPixWidth, sint32 aPixHeight) -> GM_Error_t32 Saves the current 3D view to a file :param str aFilename: filename to save to :param GM_RasterExportFormat_t32 aFormat: format to use (only BMP, JPG, and PNG supported) :param sint32 aPixWidth: pixel width to save (use 0 for current view size) :param sint32 aPixHeight: pixel height to save (use 0 for current view size) :returns: Error Code :rtype: GM_Error_t32