Civil3d database service object back to dynamo object

Hi does anyone know how to convert this to Dynamonodes.Pipenetworks.Pipe?

image

I think the first thing you’ll have to resolve is that the Python node outputs a structure, but it looks like you’re wanting it to output a pipe.

But apart from that, the classes that you’re dealing with are in the Civil 3D Toolkit, so you’d need to add those DLLs as references and then access the public constructor for a pipe (if there is one - I can’t remember).

1 Like

Guess I have to do it on my own :frowning:

Have you considered using any of the packages that provide this capability already?