TIN Node (3D Analyst)

ArcGIS Pro 3.4 | | Help archive

Summary

Exports the nodes of a triangulated irregular network (TIN) dataset to a point feature class.

Illustration

TIN Node illustration

Usage

  • Populating a name for the Spot Field parameter results in the creation of 2D point feature class. Omitting the name creates 3D points.

  • If the TIN has tag values assigned to its triangles, the points can be attributed with these values by specifying a name in the Tag Value Field parameter. Any nodes that do not have explicitly assigned tag values will assume a value of 0.

Parameters

LabelExplanationData Type
Input TIN

The TIN dataset that will be processed.

TIN Layer
Output Feature Class

The feature class that will be produced.

Feature Class
Spot Field
(Optional)

The name of the elevation attribute field of the output feature class. If a name is given, the feature class will be 2D; otherwise, it will be 3D. No name is provided by default, which results in the creation of 3D point features.

String
Tag Value Field
(Optional)

The name of the field storing the tag attribute in the output feature class. By default, no tag value field is created.

String

Licensing information

  • Basic: Requires 3D Analyst
  • Standard: Requires 3D Analyst
  • Advanced: Requires 3D Analyst

Related topics