Release Notes

Version 9.3.1 : 

Compatible with platform release 9.3.1.

New gxpy Classes

  • geosoft.gxpy.geometry.Geometry - expanded base class for all spatial geometries
  • geosoft.gxpy.geometry.Mesh - mesh surfaces
  • geosoft.gxpy.surface.SurfaceDataset - Geosoft surface data sets that contain one or more Surface instances
  • geosoft.gxpy.surface.Surface - surfaces, which contain one or more Mesh instances
  • geosoft.gxpy.vox.Vox - Geosoft voxels
  • geosoft.gxpy.vox_display.VoxDisplay - Geosoft voxel display handling

New Functions

New Jupyter Notebook Examples

Issue Summary

Version 9.3 : 

The GX Developer 9.3 revision keeps pace with the Geosoft Platform release 9.3, including a number of new API functions. 

Downloading GX Developer for 9.3

Starting with the 9.3 platform release there is no longer a "download" from Geosoft. All developer resources are available on the Geosoft Inc. Github account. Different programming languages require resources specific to that language, as follows:

LanguageWhat you needResources
Python

Python extensions are installed to your Python environment using pip. You do not need to download anything more.

See Python Quick-Start for more information.

For reference only - you do not need this:

https://github.com/GeosoftInc/gxpy/tree/9.3

Geosoft GXC

The GX compilers grc.exe and gxc.exe are now included in the Oasis montaj platform installation and do not need to be installed separately.

The gxc header files and all Geosoft source code can be downloaded from GitHub.

See GXC Quick-Start for more information.

https://github.com/GeosoftInc/gxc/releases
.NET (C# etc.)

.NET developers can use references to the GX.Net assemblies from the Geosoft Desktop Applications bin directory. The gxdotnet repository also contains an x86_references directory that provides minimal assemblies necessary to build assemblies targeting x86 for use in the Visual Studio Windows Forms Designer.

See .NET Quick-Start for more information.

https://github.com/GeosoftInc/gxdotnet

C/C++

C and C++ headers, library files and redistributable DLL's can be downloaded from the  gxcore release on GitHub.

See C/C++ Quick-Start for more information.

https://github.com/GeosoftInc/gxcore/releases