Smooth 3D Lines Legacy
Description
Smooth 3D line (stream) on Z - to make sure the Z value of a downstream vertex is equal to or less than its upstream vertex. Apply Smooth Operation option controls whether the downstream vertex can be equal to the upstream or must be less than it. Tool can operate on individual lines or on the whole system ensuring overall monotonicity of the system.
Usage
Parameters
Parameter Name | Type | Direction | Data Type | Dialog Reference |
---|---|---|---|---|
Input 3D Lines | Required | Input | Feature Layer | Input 3D line features. |
Ouput 3D Lines | Required | Output | Feature Layer | Output 3D line features (smoothed). |
Apply Smooth Operation | Required | Input | String | Two types of smoothing are supported: |
Apply System Smoothing | Required | Input | Boolean | When checked, this option applies monotonicity across the whole system, starting with most upstream reaches and working its way downstream (based on digitized direction of the lines). The elevations from upstream reaches will be propagated to the downstream reaches at the confluences. If this option is not checked, smoothing is performed for each line individually. |
Delta_Z_Max_Field | Optional | Input | Field | (Optional) Field that holds maximum allowed Z drop value between adjacent vertices within the feature. If within the line drop between two adjacent vertices is greater than the provided DeltaZ, the downstream vertex Z value will be adjusted to the upstream vertex Z value. This can be used to handle the error in the Z values caused by a line hitting a missing data cell or wrong data due to misalignment. |