Feature To 3D By Attribute (3D Analyst)

ArcGIS Pro 3.3 | | Help archive

Summary

Creates 3D features using height values derived from the attribute of the input features.

Usage

  • Supports point, multipoint, line, and polygon geometries.

  • Each feature's elevation will be derived from the value obtained in the specified height field. Line features can optionally provide a second height field. Using two height fields will result in each line feature starting from the Z-value obtained in the first height field and ending at the Z-value from the second height field. The heights for any intermediate vertices will be interpolated based on the slope of the line between the two endpoints.

Parameters

LabelExplanationData Type
Input Features

The features that will be used to create 3D features.

Feature Layer
Output Feature Class

The feature class that will be produced.

Feature Class
Height Field

The field whose values will define the height of the resulting 3D features.

Field
To Height Field
(Optional)

An optional second height field used for lines. When using two height fields, each line will start at the first height and end at the second (sloped).

Field

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics