Click or drag to resize

GM_3DUtil Class

Contains 3D Methods
Inheritance Hierarchy
SystemObject
  GlobalMapperGM_3DUtil

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static class GM_3DUtil

The GM_3DUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClose3DViewWindow
Closes the 3D view window if it is open
Public methodStatic memberGet3DCameraPosition
Retrieves the position of the camera in the current 3D view
Public methodStatic memberIs3DWindowOpen
Returns true if the 3D view window is open
Public methodStatic memberPosition3DCamera
Position the camera in an open 3D view window
Public methodStatic memberSave3DViewToFile
Saves the current 3D view to a file
Public methodStatic memberSet3DChangeViewCallback
Sets the function to call to when a button is pressed in the 3D view window to request a new view.
Public methodStatic memberSet3DView
Sets what to display in the currently open 3D view window (opens view if needed)
Top
See Also