Skip to content

Converts SKUA-GOCAD Ascii surface files in Wavefront Object format

License

Notifications You must be signed in to change notification settings

stdonn/SKUA2OBJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SKUA2OBJ

Converts SKUA-GOCAD Ascii surfaces into Wavefront Object format (.obj)

Usage

This application should be run in a terminal with the following command:

SKUA2OBJ.exe <SKUA-GOCAD surface file> <output OBJ file> <optional: shift (format: X/Y/Z)>

On macOS/Linux you can run the application using the mono framework:

mono SKUA2OBJ.exe <SKUA-GOCAD surface file> <output OBJ file> <optional: shift (format: X/Y/Z)>

Hence SKUA-GOCAD is desinged for the creation of three dimensional underground models, a shift to the coordinate center migth be required to display the meshes in other software, e.g. Blender 3D. This shift can be commited as the last parameter.

SKUA2OBJ.exe surfaces.ts surfaces.obj -4412345/-5612345/-123.4

Download the latest Release

You can download the latest release of SKUA2OBJ here !!!ATTENTION!!! All versions are still pre-releases and are not build for working in production environments

TODO

Currently only the mesh is converted. In the future also the style of the SKUA-GOCAD surfaces can be converted to an object material (*.mat)

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Converts SKUA-GOCAD Ascii surface files in Wavefront Object format

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages