GXVAU class¶
- class GXVAU(handle=0)[source]¶
GXVAU class.
This is not a class. These are methods that work on data stored in
GXVA
objects- 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 prune(v_ap, vv_r, o)[source]¶
Prune values from a
GXVA
based on referenceGXVA
- Parameters:
o (int) – VAU_PRUNE constants
New in version 5.0.
License: Geosoft End-User License
Note: Pruning will shorten the
GXVA
by removing values that are either dummy or non-dummy in the referenceGXVA
- classmethod total_vector(xva, yva, zva, tva)[source]¶
Calculate total vector for X,Y and Z components
- Parameters:
New in version 5.0.
License: Geosoft End-User License
VAU_PRUNE constants¶
Prune Options