Go to ET GeoWizards 12.x User Guide

Build TIN

Go to ToolBox Implementation

Builds a Triangulated Irregular Network from a feature layer

Inputs:

Outputs:

Notes :

Example:

Source Layer (polyline)

Result TIN

tin_source.jpg (28804 bytes)

tin_result.jpg (77896 bytes)

ToolBox implementation

(Go to TOP)

Command line syntax

ET_GPBuildTIN <input_dataset> <out_feature class> <elevation_field>

Parameters

Expression Explanation
<input_dataset> A Point, Polyline or Polygon feature class or feature layer
<out_feature class> A String - the full name of the output feature class (A feature class with the same full name should not exist)
<elevation_field> A String representing the field name (must be a numeric field) that will be used as a source for the elevation values

Scripting syntax

ET_GPBuildTIN (input_dataset, out_feature class, elevation_field)

See the explanations above:
<> - required parameter
{} - optional parameter

Copyright © Ianko Tchoukanski