Intersection sample line

Hi,
I need to get the stations of the intersection points between sample lines and alignment / feature line. These stations must be brought into excel.
Has anyone developed a dynamo to do this yet?

Hi @dar.lombardi,

The Camber package has a node to get the Dynamo geometry of a sample line. From there, you can use the Civil 3D Toolkit package to get the Dynamo geometry for the alignment(s) and/or feature line(s) and compute the intersection points using Geometry.Intersect. Lastly, the Alignment.StationOffsetByPoint will give you the station values of the intersection points.

2 Likes

I can’t find the knot in camber. Do you remember which category it is in?

I can’t find the node to get the Dynamo geometry in Camber package :frowning:

Here you go!

1 Like

I installed pack Camber v. 4.2.6, but there are only the objects highlighted in the image attached

Appear this notification

I installed an older version 1.0.1 and found the node.
I don’t understand how to enter the “Sample line” input.

Sampleline Geometry

You will need to install the latest updates for Civil 3D.

Ok thanks

if I wanted to use the “sampleLine.Geometry” node how do I put the “sample line” input?

Give it a try…
Set up a dwg-file with alignment, profile and sample lines. Then, give it a go to import those object into Dynamo and create Dynamo geometry of the Sample lines.

If you use the search function you will find the correct nodes.

/Patrick

1 Like