TRILOAD

Use this to turn a nominated ASCII triangulation into a binary triangulation.


Usage:

triload <Ascii_Triangulation> [Binary_Triangulation]


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


Where:

Option

Description

<Ascii_Triangulation>

Refers to the name of the nominated ASCII triangulation.

[Binary_Triangulation]

Refers to the name of the resulting binary triangulation. If a name is not specified, then ASCII triangulation name (minus the '_asc' extension) will be used.

If the ASCII triangulation does not end with the '_asc' extension, then the ' _binary' extension will be appended to the end of the triangulation name.

For example
triload fred.00t_asc would result in fred.00t
triload fred.00t would result in fred.00t_binary