GXPDF3D class

class geosoft.gxapi.GXPDF3D
The PDF3D class provides the ability to create 3D PDFs.
static export2_d((str)arg1, (str)arg2, (int)arg3, (int)arg4, (int)arg5) → None:
Export a 2D map to a PDF file.
Parameters:
  • 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((GXMVIEW)arg1, (str)arg2, (int)arg3, (int)arg4) → None:
Render a voxel, voxsurf and/or gensurf to pdf
Parameters:
  • arg1 (geosoft.gxapi.GXMVIEW) – MVIEW handle
  • arg2 (str) – filename
  • arg3 (int) – resolution
  • arg4 (int) – noclipping
Returns:

Nothing

Return type:

None

New in version 6.4.2.

static render_to_page((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:
  • arg1 (geosoft.gxapi.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.