GXVVEXP class

class geosoft.gx.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((GXContext)ctx) → GXVVEXP:
This method creates an VVEXP object.
Parameters:ctx (geosoft.gx.GXContext) – The GX execution context
Returns:VVEXP Object
Return type:geosoft.gx.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.gx.GXVVEXP is null (undefined)

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

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

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