I recently updated Civil3d to 2025, and so Dynamo also updated to the new 2025 version. How can I get the Northing, Easting, and Bearing of a station along an alignment? I had a node that did this before, and now I don’t know where that node is. Thanks!
Hi @bchcivil3d-5,
You can use the Alignment.PointAtStationOffset
node to get a point at the station of interest, then Point.Y
and Point.X
for the northing and easting.
There isn’t a node to directly get the bearing, but you can use the Alignment.DirectionAtStation
node and a little math to get there. For example:
3 Likes
@FKNZ here is the replacement for the node I used in the graph in your post.
1 Like
Worked perfectly, thanks!
1 Like