GXVECTOR3D class

class GXVECTOR3D(handle=0)[source]

GXVECTOR3D class.

GXVECTOR3D Display object.

__init__(handle=0)[source]

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

get_itr(itr)[source]

Get the GXITR of the GXVECTOR3D

Parameters

itr (GXITR) – GXITR object

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 GXVECTOR3D

Returns

A null GXVECTOR3D

Return type

GXVECTOR3D

set_itr(itr)[source]

Set the GXITR of the GXVECTOR3D

Parameters

itr (GXITR) – GXITR object

New in version 9.3.

License: Geosoft Open License