GXVECTOR3D class¶
- class GXVECTOR3D(handle=0)[source]¶
GXVECTOR3D class.
GXVECTOR3D
Display object.- get_itr(itr)[source]¶
Get the
GXITR
of theGXVECTOR3D
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:
- set_itr(itr)[source]¶
Set the
GXITR
of theGXVECTOR3D
New in version 9.3.
License: Geosoft Open License