GXVVEXP class

class geosoft.gxapi.GXVVEXP
The VVEXP class is similar to the IEXP class, but is used
to apply math expressions to VV objects.
add_vv((GXVV)arg1, (str)arg2) → None:
This method adds a VV to the VVEXP object with a
variable name.
Parameters:
Returns:

Nothing

Return type:

None

New in version 6.2.0.

static create() → GXVVEXP:
This method creates an VVEXP object.
Returns:VVEXP Object
Return type:geosoft.gxapi.GXVVEXP

New in version 6.2.0.

do_formula((str)arg1, (int)arg2) → None:
This method runs a formula on the grids.
Parameters:
  • arg1 (str) – Formula
  • arg2 (int) – Max. Buff size
Returns:

Nothing

Return type:

None

New in version 6.2.0.

is_null() → bool

Check if the instance of geosoft.gxapi.GXVVEXP is null (undefined)

Returns:True if this is a null instance of geosoft.gxapi.GXVVEXP, False otherwise.
Return type:bool`
static null() → GXVVEXP

A null (undefined) instance of geosoft.gxapi.GXVVEXP

Returns:A null geosoft.gxapi.GXVVEXP
Return type:geosoft.gxapi.GXVVEXP