Creating a alignment from Civil3D

Hi guys, I want to create a alignment 3D from Civil3D data, specifically, I want it by segment.
I want it in Revit Project can you help me?

Alignments in Revit are created from Infraworks (.imx) via the Import Civil Structures Add-in, and unfortunately, there is no exposed API. So a potential workflow would be Civil 3D > export to .imx > import to Revit.

you can access to the civil 3d from revit dynamo and use transportation data like alignment and profile to build your model in revit. that how we build the bridge and tunnel in revit.

https://www.autodesk.com/autodesk-university/de/class/Automated-Linear-Structural-BIM-2019#presentation

Hi guys, I have created it the workflow is just import excel and the following nodes are neccesary.

  1. Point.ByCoordinates
  2. NurbsCurve.ByControlPoints
  3. ModelCurve.ByCurve

This is what I want and works for me. Then I want to refine everything up this year. Hoping I can improve my communication to explain clearly this to our group. I want to simplify everything and learn API for Revit. Because who knows next year I am transfer again to other department.

Cheers to all,

Rod

Thank you for sharing this information. I will look in to it now..

Thank you very much for this insight. I will look into this and if I have access to this software. I will give it a try how it will help in our team.

Cheers,

Rod