TRICUTFILL

Create solids between two surfaces limited by vertical projection of their footprint intersection.


Usage:

tricutfill < initialSurface> <finalSurface> [option]

<> indicates a mandatory switch.
[ ] indicates an optional switch


Where:

Option

Description

-c <cut suffix> The suffix to be added to the name of the initial surface triangulation to make name of the solid under the initial surface. Default value is CUT.
-f <fill suffix> The suffix to be added to the name of the initial surface triangulation to make name of the solid above the initial surface. Default value is FILL.
-r Repair input surface(s), if invalid input surface is detected.
-v <min volume> Causes removal of parts of the resulting triangulations smaller than given volume.

Example:

tricutfill rectangle_top.00t rectangle_bot.00t -c NEW -r