Surface in Dynamo to Model Space

The task I am aiming at is to loft Lines to create a Loft Surface.
In dynamo, my flow is like this:
Select ObjectsObject.GeometrySurface.ByLoft → (The last node for exporting to Civil3D space)
However, in all of the (something).ByGeometry nodes available right now, there seems not to be any Surface.ByGeometry nodes. I have tried with every .ByGeometry nodes currently available of them but no seems to work.

It would be great if you guys could tell me ways to do such a thing (if there are any nodes or packages supporting my case are available).
Thank you for your time!

Object.ByGeometry should do the trick, no?

1 Like

Dynamo surfaces are currently not supported for geometry conversion to AutoCAD surfaces. You could try to use a mesh instead if your workflow allows it.

2 Likes

Yeah, to my surprise, Object.ByGeometry cannot do it :smiling_face_with_tear:

1 Like

Thanks for your confirmation!