GXVAU class

class geosoft.gxapi.GXVAU
This is not a class. These are methods that work on
data stored in VA objects
static prune((GXVA)arg1, (GXVV)arg2, (int)arg3) → None:
Prune values from a VA based on reference VA
Parameters:
Returns:

Nothing

Return type:

None

New in version 5.0.0.

Note:

Pruning will shorten the VA by removing values
that are either dummy or non-dummy in the reference
VA
static total_vector((GXVA)arg1, (GXVA)arg2, (GXVA)arg3, (GXVA)arg4) → None:
Calculate total vector for X,Y and Z components
Parameters:
Returns:

Nothing

Return type:

None

New in version 5.0.0.

VAU_PRUNE constants

Prune Options
gxapi.VAU_PRUNE_DUMMY = 0
gxapi.VAU_PRUNE_VALID = 1