GXEDOC class

class geosoft.gx.GXEDOC
The EDOC class provides access to a generic documents views as loaded within
Oasis montaj.
is_null() → bool

Check if the instance of geosoft.gx.GXEDOC is null (undefined)

Returns:True if this is a null instance of geosoft.gx.GXEDOC, False otherwise.
Return type:bool`
static null() → GXEDOC

A null (undefined) instance of geosoft.gx.GXEDOC

Returns:A null geosoft.gx.GXEDOC
Return type:geosoft.gx.GXEDOC

EDOC_PATH constants

Four forms
gx.EDOC_PATH_FULL = 0
d:\directory\file.gdb
gx.EDOC_PATH_DIR = 1
\directory\file.gdb
gx.EDOC_PATH_NAME_EXT = 2
file.gdb
gx.EDOC_PATH_NAME = 3
file

EDOC_TYPE constants

Avaialable generic document types
gx.EDOC_TYPE_GMS3D = 0
GMSYS 3D Model
gx.EDOC_TYPE_VOXEL = 1
Voxel
gx.EDOC_TYPE_VOXEL_INVERSION = 2
Voxel Inversion
gx.EDOC_TYPE_GMS2D = 3
GMSYS 2D Model

EDOC_UNLOAD constants

What type of prompt
gx.EDOC_UNLOAD_NO_PROMPT = 0
gx.EDOC_UNLOAD_PROMPT = 1

EDOC_WINDOW_STATE constants

Window State Options
gx.EDOC_WINDOW_RESTORE = 0
gx.EDOC_WINDOW_MINIMIZE = 1
gx.EDOC_WINDOW_MAXIMIZE = 2

GMS3D_MODELTYPE constants

Avaialable model types
gx.GMS3D_MODELTYPE_DEPTH = 0
Depth Model
gx.GMS3D_MODELTYPE_TIME = 1
Time Model

GMS2D_MODELTYPE constants

Avaialable model types
gx.GMS2D_MODELTYPE_DEPTH = 0
Depth Model
gx.GMS2D_MODELTYPE_TIME = 1
Time Model