GXVECTOR3D class

class GXVECTOR3D(handle=0)

GXVECTOR3D class.

GXVECTOR3D Display object.

get_itr(itr)

Get the GXITR of the GXVECTOR3D

Parameters:itr (GXITR) – GXITR object

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 GXVECTOR3D

Returns:A null GXVECTOR3D
Return type:GXVECTOR3D
set_itr(itr)

Set the GXITR of the GXVECTOR3D

Parameters:itr (GXITR) – GXITR object

New in version 9.3.

License: Geosoft Open License