GocadTSurfaceReader

Introduction

This is a utility for handling GoCAD data. GoCAD has a number of possible file extensions and data types contained within those files. One file may contain multiple data sets. In addition, a file with a specific extension need not only contain data of the type that the extension suggests.

At the moment, this utility can read:

  • VSET (Voxel Set)
  • PLINE (Polyline)
  • TSURF (Triangulated Surfaces)

Expected file extensions for these data types include .vs, .pl, .ts, and .mx (the last one for mixed data).

Another data type, SGRID (Structured Grid, usually saved to *.sg files) can be converted via the GoCadSGridReader.

Parsers for additional GoCAD-datasets may be added in the future.

The tool is part of the official OpenGeoSys git repository.

Usage

Unless specified otherwise, the utility will convert all datasets and write them to the specified output directory. Using the flags -l and -s, conversion can be limited to lines or surfaces, respectively. Datasets will usually have a name specified. This name is used for the output file. If no name is given, the file name will be used instead. Should multiple datasets have the same name (which is possible in GoCAD), a mesh-ID will be added to the file name. This ID has no function except to allow the writing of multiple datasets with the same name into the same directory.

Datasets may have additional scalar data assigned to nodes. If so, this data is also added to the output data.

Simple example

Command:

GocadTSurfaceReader -i d:\GoCAD_data\Top-Lower_Sandy.ts -o d:\GoCAD_data

Input:

GoCAD-Header of file containing triangulated surface.
GoCAD-Header of file containing triangulated surface.

Output:

Converted surface visualised in ParaView with scalar data added to nodes.
Converted surface visualised in ParaView with scalar data added to nodes.

This article was written by Karsten Rink. If you are missing something or you find an error please let us know. Generated with Hugo 0.64.1. Last revision: December 10, 2019
Commit: fixing documentation typos 04faa5115  | Edit this page on