GXLMSG class

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

Nothing

Return type:

None

New in version 5.0.7.

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

Nothing

Return type:

None

New in version 5.0.7.