TIN Edge (3D Analyst)

AllSource 1.3    |

Summary

Creates 3D line features using the triangle edges of a triangulated irregular network (TIN) dataset.

Illustration

TIN Edge illustration

Usage

  • Use the Edge Type parameter to extract a specific type of triangle edge.

  • Output feature contains a field named EdgeType that uses integer values to represent the type of edge that each line represents:

    • 0—A regular edge, or one that was not specifically defined as a hard or soft edge. This edge type is produced by the triangulation of the TIN data points.
    • 1—A soft edge, or one that represents a gradual transition in slope values.
    • 2—A hard edge, or one that represents a more abrupt transition in slope values.

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
Edge Type
(Optional)

The triangle edge that will be exported.

  • DATAEdges representing the interpolation zone. This is the default.
  • SOFTEdges representing gradual breaks in slope.
  • HARDEdges representing distinct breaks in slope.
  • ENFORCEDEdges that were not introduced by the TIN's triangulation.
  • REGULAREdges that were created by the TIN's triangulation.
  • OUTSIDEEdges that are excluded from the interpolation zone.
  • ALLAll edges, included those that were excluded from the interpolation zone.
String

Related topics