TRISIMPLIFY
This is a command line version of Model > Triangle Edit > Filter. However, instead of filtering one triangulation at a time this provides a method to filter thousands at once.
Usage:
|
trisimplify input output [option] <> indicates a mandatory switch. |
Where:
|
Option |
Description |
|---|---|
| input | input triangulation |
| output | simplified triangulation |
| [options] | |
| -t <Number> | Desired number of triangles in the output triangulation. Default: Ninput/3 |
| -d <Distance> | Desired average diversion of the simplified shape from original. |
| -o | Use optimal vertex placement. Slower but close to original shape. |
| -a | Do not preserve input attributes in the output. |
Example:
trisimplify stope001.00t stope001_filter.00t -t 20
Was this page helpful?