Point3d on Civil3d with Dynamo

Hi all!

I have an issue regarding Point3d in Civil3D.
I have a list of Point (IN[1]) with Z = 0 which I want to change their elevation and to put them on a Surface (IN[0]). I had a look to the Civil3d API and found the method SetElevationBySurface but I need Point3d. I tried to create new ones but I can’t find any constructor for this object. Do you have any ideas on how manipulating these objects ?

2 Likes

I guess Point3d is in Autodesk.AutoCAD.Geometry namespace. So you may use the full path (Autodesk.AutoCAD.Geometry.Point3d).

3 Likes