TRIDUMP

Use this to make an ASCII dump of an existing triangulation for import into other systems.


Usage:

tridump <triangulation_name> [dump_name] [options]


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


Where:

Option

Description

<triangulation_name>

Refers to the name of the nominated triangulation.

[dump_name]

Refers to the name of the resulting ASCII dump file. If a name is not specified, then the triangulation name along with the '_asc' extension will be used instead.

[-a]

To add the attributes and properties to the tridump file, use "-a" after the name of the file as the 3rd argument


Example:

tridump stockpile.00t -a

would result in stockpile.00t_asc