Rotate Line
Description
Rotate polylines with a angle in clockwise or counter-clockwise direction at the specified position
Usage
Parameters
Parameter Name | Type | Direction | Data Type | Dialog Reference |
---|---|---|---|---|
Input Polyline | Required | Input | Feature Layer | input polyline feature layer |
Rotate Angle | Optional | Input | Double | Rotage angle (in degrees), if None is given, use the angle between the line connecting the start/end points of the polyline, and horizontal line. |
Clockwise | Required | Input | Boolean | True = Clockwise False = Counter-Clockwise |
Position | Required | Input | String | Fraction specifying the point the rotation is centered at, 0=line.firstPoint, 1=line.lastPoint, fraction=any point between first and last point on the line. |
Output Polyline | Optional | Output | Feature Layer | Output feature layer |