GXLMSG class

class geosoft.gxapi.GXLMSG
Message class methods.
static goto_point((float)arg1, (float)arg2, (float)arg3, (GXIPJ)arg4) → None:
Sends a move cursor message
Parameters:
  • arg1 (float) – X location
  • arg2 (float) – Y location
  • arg3 (float) – Z location
  • arg4 (geosoft.gxapi.GXIPJ) – IPJ (if (IPJ)0, default coordinate system)
Returns:

Nothing

Return type:

None

New in version 5.0.7.

static view_area((float)arg1, (float)arg2, (float)arg3, (float)arg4, (GXIPJ)arg5) → None:
Sends a view area message
Parameters:
  • arg1 (float) – X0 location
  • arg2 (float) – Y0 location
  • arg3 (float) – X1 location
  • arg4 (float) – Y1 location
  • arg5 (geosoft.gxapi.GXIPJ) – IPJ (if (IPJ)0, default coordinate system)
Returns:

Nothing

Return type:

None

New in version 5.0.7.