TRIBOOLEAN

Performs the Boolean operation on two nominated triangulations.


Usage:

triboolean <triangulation1> <triangulation2> [output_triangulation1] [output_triangulation2] [Translate]


Where:

Option

Description

<triangulation1> and <triangulation2>

Refers to the triangulations that are to be used in the Boolean operation.

[output_triangulation1] and [output_triangulation2]

Refers to the triangulations that will store the splits. The splits will be saved into the nominated triangulations if output triangulations are not specified.

[Translate]

Specifies whether to translate the triangulations to the origin (before the Boolean) and then translate the results back - giving more stable results (the default).

For example, triboolean t1.00t t2.00t may result in "t1_split0.00t", "t1_split1.00t" and "t2_split0.00t" being generated.