TIN Line (3D Analyst)

ArcGIS Pro 3.4 | | Help archive

Summary

Exports breaklines from a triangulated irregular network (TIN) dataset to a 3D line feature class.

Illustration

TIN Line illustration

Usage

  • The output lines are attributed with integer values that identify each breakline's type. These codes are stored in a field whose name is defined by the Code Field parameter, and the meaning of the values are defined below:

    • 1—Soft breakline, which represent gradual changes in slope.
    • 2— Hard breakline, which represent abrupt changes in slope.
  • The TIN must have breaklines for this tool to produce line features. If triangle edges are desired regardless of the breaklines, consider using the TIN Edge tool.

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
Code Field
(Optional)

The name of the field in the output feature class that defines the breakline type. The default field name is Code.

String

Licensing information

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

Related topics