globalmapper.SetView3D ====================== .. currentmodule:: globalmapper .. py:function:: SetView3D([GM_LayerHandle_t32] aLayerList, GM_DrawFlags_t32 aDrawFlags, GM_Rectangle_t aWorldBounds, GM_PixelRect_t aPixelRect, uint32 aReserved) -> GM_Error_t32 Sets what to display in the currently open 3D view window. The 3D view window will be opened if necessary. 3DSetView must be called from the GUI thread. .. Note:: As of release 23.0, this Python function will always return GM_Error_NotImplemented and fail to complete. Stay tuned for future releases for a fix. :param [GM_LayerHandle_t32] aLayerList: List of layers to drape on top of terrain or None for all :param GM_DrawFlags_t32 aDrawFlags: Flags controlling how the draw is performed :param GM_Rectangle_t aWorldBounds: World bounds to convert from or None for last drawn :param GM_PixelRect_t aPixelRect: Pixel bounds to convert from or None for last drawn :param uint32 aReserved: Reserved (set to 0) :returns: Error Code :rtype: GM_Error_t32