Civil3d splines to Dynamo nurbs

Hi,

i completly new to civil3d and dynamo, i only used dynamo with revit before. as far as i can see getting the spline geometry into dynamo isnt possible OOTB. is the any packages that can do this or can it be done using Python and the API? maybe reading the coordinates of the controlpoints and rebuild a nurbs from there? if so is there an good reference guides on accessing the API with python in dynamo?

1 Like

In the Civil3dToolkit dynamo package, search for PolylineExtensions.GetGeometry node and see if that helps. Welcome to the community!