GXE3DV class

class GXE3DV(handle=0)

GXE3DV class.

Methods to manipulate an active 3D View

get_base_view()

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()

Get the current data (3D) GXMVIEW

Returns:GXMVIEW object
Return type:GXMVIEW

New in version 9.3.

License: Geosoft Open License

is_null()

Check if this is a null (undefined) instance

Returns:True if this is a null (undefined) instance, False otherwise.
Return type:bool
classmethod null()

A null (undefined) instance of GXE3DV

Returns:A null GXE3DV
Return type:GXE3DV