Skip to main content

Generate Points Along 3D Lines (3D Analyst Tools)

Summary

Creates 3D point features along 3D lines using three-dimensional distances.

Usage

  • This tool generates 3D point features along 3D lines by measuring the distance at which to create the points using three-dimensional distances. If the points that are being sampled from the 3D line need to be computed using two-dimensional distances along the x,y plane, use the Generate Points Along Lines tool instead.

  • Points can be placed at a fixed interval for all features, or along features by percentage of the feature's length. Points can also be placed using a field from the input; the field can represent a fixed interval for each feature or specific distances for each feature.

    Use the Point Placement parameter to specify the method that will be used to place the output points.

  • The attributes of the input features will be maintained in the output feature class. A new field, ORIG_FID, will be added to the output feature class and set to the input feature IDs.

  • If the Add accumulated distance and sequence fields parameter is checked, the following fields will be added:

    • ORIG_LEN—The accumulated distance along the line from the start point of the line to the point. Distance values are added in the units of the Input Features value's spatial reference.

    • ORIG_SEQ—The sequence number for each point in the order of the points created from each input line.

Parameters

Label Explanation Data type

Input Features

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

Feature Layer

Output Feature Class

The 3D point features that will be created from the input lines.

Feature Class

Point Placement

(Optional)

Specifies the method that will be used to sample the points along the 3D line features.

  • By PercentageThe Distance parameter value will be used to place points at fixed distances along the features. This is the default.

  • By DistanceThe Percentage parameter value will be used to place points along the features by percentage.

  • By Distance FieldField values from the Distance Field parameter value will be used to place points along the features.

String

Distance

(Optional)

The interval from the beginning of the feature at which points will be placed.

This parameter is active when the Point Placement parameter is set to By Distance.

Linear Unit

Percentage

(Optional)

The percentage from the beginning of the feature at which points will be placed. For example, if a percentage of 40 is used, points will be placed at 40 percent and 80 percent of the feature's distance.

This parameter is active when the Point Placement parameter is set to By Percentage.

Double

Include end points

(Optional)

Specifies whether additional points will be included at the start point and end point of the feature.

  • CheckedAdditional points will be included at the start point and end point of the feature.

  • UncheckedNo additional points will be included at the start point and end point of the feature. This is the default.

Boolean

Add accumulated distance and sequence fields

(Optional)

Specifies whether the accumulated distance and sequence fields will be added to the output.

  • CheckedThe accumulated distance (ORIG_LEN) and sequence (ORIG_SEQ) fields will be added to the output. Distance values are added in the units of the Input Features parameter value's spatial reference.

  • UncheckedThe accumulated distance and sequence fields will not be added to the output. This is the default.

Boolean

Distance Field

(Optional)

A field from the input features that will be used to place output points.

If the field is a numeric type, the field value will be used to place points at that interval.

If the field is a string type, the field values must be organized as a semicolon-delimited string of distances. Points will be placed at those distances.

Field values that are zero or negative vales will be ignored. Field values that exceed the length of a feature will be ignored for that feature.

The distances will be in the linear units of the input's spatial reference.

This parameter is active when the Point Placement parameter is set to By Distance Field.

Field

Environments

Current Workspace, Output Coordinate System, Geographic Transformations, Output CONFIG Keyword, Output M Domain, Output XY Domain, Output Z Domain, XY Resolution, XY Tolerance, Z Resolution, Z Tolerance, Extent

Licensing information

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