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.
I can’t find the node to get the Dynamo geometry in Camber package
I installed an older version 1.0.1 and found the node.
I don’t understand how to enter the “Sample line” input.
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