Tri-meshes
A tri-mesh is a triangulated surface used to represent horizons (conformable, unconformable, intrusive) or faults during structural modeling, and sometimes during seismic interpretation or QC. The first input to building a geological model using the
Paradigm GOCAD™ triangulated surface (*.ts)
GOCAD TSurf 1
HEADER {
name:SurfaceA
*solid*color:1 1 0 0.5
*mesh:false
}
GEOLOGICAL_TYPE fault
TFACE
VRTX 1 10 10 10
VRTX 2 10 20 10
VRTX 3 20 15 10
VRTX 4 0 15 10
TRGL 1 2 3
TRGL 4 2 1
END
Triangulated surface (ASCII) (*.tsurface.ascii)
A proprietary ASCII file format. For format details, see ASCII file format tri-mesh.
Triangulated surface (*.joasurface; *.xml)
A proprietary binary format for importing tri-meshes.