civil3d_alignment
Manage Civil 3D alignments: create from polylines, list, get, delete, and convert station+offset to coordinates and vice versa.
Instructions
Manage Civil 3D alignments (horizontal geometry). Actions: list, get (by name), create (from polyline), delete, station_to_point (convert station+offset to X,Y), point_to_station (convert X,Y to station+offset).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X coordinate (for point_to_station). | |
| y | No | Y coordinate (for point_to_station). | |
| name | No | Alignment name. | |
| layer | No | Layer name. | |
| style | No | Alignment style name. | |
| action | Yes | The alignment operation to perform. | |
| offset | No | Offset from the alignment. | |
| station | No | Station value along the alignment. | |
| polylineHandle | No | Handle of an existing polyline to create alignment from. |