GXE3DV class

class GXE3DV(handle=0)[source]

GXE3DV class.

Methods to manipulate an active 3D View

__init__(handle=0)[source]

Initialize self. See help(type(self)) for accurate signature.

get_base_view()[source]

Get the current Base GXMVIEW (used to draw 2D legends for groups)

Returns

GXMVIEW object

Return type

GXMVIEW

New in version 9.3.

License: Geosoft Open License

get_data_view()[source]

Get the current data (3D) GXMVIEW

Returns

GXMVIEW object

Return type

GXMVIEW

New in version 9.3.

License: Geosoft Open License

is_null()[source]

Check if this is a null (undefined) instance

Returns

True if this is a null (undefined) instance, False otherwise.

Return type

bool

classmethod null()[source]

A null (undefined) instance of GXE3DV

Returns

A null GXE3DV

Return type

GXE3DV