Export 3D models
g-Space exports 3D grids to the GOCAD / SKUA-GOCAD ASCII exchange formats. A structured grid is written as a GOCAD SGrid (.sg) and a tetrahedral grid as a GOCAD TSolid (.so), so a model built in g-Space can be handed to GOCAD / SKUA and other packages.
Purpose
Write a g-Space grid and its scalar properties to a GOCAD ASCII file for exchange with third-party software. The export preserves node coordinates and per-node or per-cell properties, and records the time / depth domain and the Z sign convention in the file header so the grid round-trips back into g-Space.
Launching the export
In the Data manager, right-click the grid you want to export under the Grids node. The available GOCAD action depends on the grid type:
- Export to GOCAD SGrid — offered for a structured (S-Grid) grid.
- Export to GOCAD TSolid — offered for a tetrahedral grid.
[image: placeholder_Data_manager_grid_context_menu_showing_t.png]
Step-by-step
- In the Data manager, right-click the target grid under the Grids node.
- Choose Export to GOCAD SGrid for a structured grid, or Export to GOCAD TSolid for a tetrahedral grid.
- In the save dialog, give the output file a name and location (.sg for an SGrid, .so for a TSolid).
- g-Space writes the GOCAD header with the grid dimensions, domain and property list, plus the geometry and property values. For an SGrid the per-node coordinates and properties are written to a companion ASCII data file alongside the .sg header, so keep the two files together.
[image: placeholder_Save_dialog_for_the_GOCAD_export_with_th.png]
Notes
- Structured grids export as an SGrid header plus a companion ASCII data file; tetrahedral grids export as a single TSolid file containing the vertices, tetrahedra and per-cell properties.
- The time / depth domain and the Z sign convention (ZPOSITIVE Depth versus Elevation) are written into the header, so an exported file re-imports into g-Space with the same geometry and domain.
- GOCAD Voxet is supported for import only; there is no Voxet export. Export a grid as an SGrid instead.
See Also