GXPROJ class

class geosoft.gx.GXPROJ
Project functions

COMMAND_ENV constants

Command environments
gx.COMMAND_ENV_NORMAL = 0
Normal
gx.COMMAND_ENV_IN3DVIEWER = 1
Executing from inside 3D Viewer

TOOL_TYPE constants

Tool type defines
gx.TOOL_TYPE_DEFAULT = 0
Geosoft created default tools
gx.TOOL_TYPE_AUXILIARY = 1
Auxiliary tools (including custom XTools)
gx.TOOL_TYPE_ALL = 2
All tools

PROJ_DISPLAY constants

How to display an object
gx.PROJ_DISPLAY_NO = 0
Do not display the object
gx.PROJ_DISPLAY_YES = 1
Display the object unless user set option not too
gx.PROJ_DISPLAY_ALWAYS = 2
Always display the object