Skip to content

Commit

Permalink
Doc: Example for combining 3d files
Browse files Browse the repository at this point in the history
  • Loading branch information
hbeni committed Mar 27, 2020
1 parent faa7cac commit c72255b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,13 @@ new surface 3d file.

Integration is easy, once you know how it works. You need to prepare some
therion source file to `import` your 3d file. See the therion book fo examples.

A short example may be a single thconfig file like this:
```
source
import myCave.th.3d -surveys ignore
import mySurface.3d -surveys ignore
endsource
export model -o myCave_with_mySurface.3d
```

0 comments on commit c72255b

Please sign in to comment.