The 3D features with the z-values that will be modified.
Feature Layer
Reverse Sign of Z Values
(Optional)
Specifies whether features will be inverted along the z-axis.
Reverse Z Orientation—The sign of z-values will be inverted causing the feature to flip upside down.
Maintain Z Orientation—The sign of z-values will not be inverted; it will be maintained. This is the default.
String
Adjust Z Value
(Optional)
A numeric value or field from the input features that will be used to adjust the z of each vertex in the input features. A positive value will shift the feature higher, while a negative number will shift it lower along the z-axis.
Double; Field
Convert From Units
(Optional)
Specifies the existing units of the z-values. This parameter is used in conjunction with the Convert To Units parameter.
Millimeters—The units will be millimeters.
Centimeters—The units will be centimeters.
Meters—The units will be meters.
Inches—The units will be inches.
Feet—The units will be feet.
Yards—The units will be yards.
Fathoms—The units will be fathoms.
String
Convert To Units
(Optional)
Specifies the units that existing z-values will be converted to.
The 3D features with the z-values that will be modified.
Feature Layer
reverse_sign
(Optional)
Specifies whether features will be inverted along the z-axis.
REVERSE—The sign of z-values will be inverted causing the feature to flip upside down.
NO_REVERSE—The sign of z-values will not be inverted; it will be maintained. This is the default.
String
adjust_value
(Optional)
A numeric value or field from the input features that will be used to adjust the z of each vertex in the input features. A positive value will shift the feature higher, while a negative number will shift it lower along the z-axis.
Double; Field
from_units
(Optional)
Specifies the existing units of the z-values. This parameter is used in conjunction with the to_units parameter.
MILLIMETERS—The units will be millimeters.
CENTIMETERS—The units will be centimeters.
METERS—The units will be meters.
INCHES—The units will be inches.
FEET—The units will be feet.
YARDS—The units will be yards.
FATHOMS—The units will be fathoms.
String
to_units
(Optional)
Specifies the units that existing z-values will be converted to.
MILLIMETERS—The units will be millimeters.
CENTIMETERS—The units will be centimeters.
METERS—The units will be meters.
INCHES—The units will be inches.
FEET—The units will be feet.
YARDS—The units will be yards.
FATHOMS—The units will be fathoms.
String
Derived output
Name
Explanation
Data type
out_feature_class
The updated input features.
Feature Layer
Code sample
Adjust3DZ example 1 (Python window)
The following sample demonstrates the use of this tool in the Python window: