Thin Line
Description
D:\Projects\Branches8\10.8_Final\ArcHydroTools\srcPy\AHMain\Scripts\archydro\xlinethinning.py
Usage
Parameters
| Parameter Name | Type | Direction | Data Type | Dialog Reference |
|---|---|---|---|---|
| Line or Polygon Features | Required | Input | Feature Layer | |
| Thinning Method | Required | Input | String | Operation Type: FractionOfVertices = fraction of vertices left after the thinning operation, between 0 and 1 MaxNumberOfVertices = max number of vertices left after the thinning operation |
| Max Number/Fraction of Vertices | Required | Input | Double | Fraction of vertices left after the thinning operation, between 0 and 1 when Thinning Method = FractionOfVertices max number of vertices left after the thinning operation when Thinning Method = MaxNumberOfVertices |
| Output 3D Simplified Cross-Section | Required | Output | Feature Class | Output polyline feature layer after the thinning operation |
| Output Thinning Report FeatureLayer | Required | Output | Feature Class | Output point feature class storing the vertices of the operation polyline. |
| Thining on Z-plan | Required | Input | Boolean |