TRICVOLUME
Use this to calculate the volume of a 3D triangulation, as well as check for closure and topological consistency.
Usage:
| tricvolume [-c] <input_triangulation> |
Where:
| Option | Description |
|---|---|
| [-c] | Used to prevent the crossing triangles (self intersecting) check. |
| <input_triangulation> | Refers to the name of the nomintated triangulation. |
Example:
tricvolume -c topo1.00t
Was this page helpful?