GXPDF3D class

class geosoft.gx.GXPDF3D
The PDF3D class provides the ability to create 3D PDFs.
static export2_d((GXContext)ctx, (str)arg1, (str)arg2, (int)arg3, (int)arg4, (int)arg5) → None:
Export a 2D map to a PDF file.
Parameters:
  • ctx (geosoft.gx.GXContext) – The GX execution context
  • arg1 (str) – Input map file
  • arg2 (str) – Output PDF file
  • arg3 (int) – Create layers in PDF
  • arg4 (int) – Geospatial PDF
  • arg5 (int) – Open PDF after export
Returns:

Nothing

Return type:

None

New in version 8.5.0.

static render((GXContext)ctx, (GXMVIEW)arg1, (str)arg2, (int)arg3, (int)arg4) → None:
Render a voxel, voxsurf and/or gensurf to pdf
Parameters:
Returns:

Nothing

Return type:

None

New in version 6.4.2.

static render_to_page((GXContext)ctx, (GXMVIEW)arg1, (str)arg2, (int)arg3, (int)arg4, (int)arg5) → None:
Render a voxel, voxsurf and/or gensurf to a specified page on a pdf
Parameters:
  • ctx (geosoft.gx.GXContext) – The GX execution context
  • arg1 (geosoft.gx.GXMVIEW) – MVIEW handle
  • arg2 (str) – filename
  • arg3 (int) – page number
  • arg4 (int) – resolution
  • arg5 (int) – noclipping
Returns:

Nothing

Return type:

None

New in version 7.1.0.