Civil 3D TIN Surface from Dynamo geometry Polysurface

Hi, could anyone help here, please? Maybe I missed something, but I don’t know how to create a TIN Surface from Dynamo geometry when I have a PolySurface. I only use the Civil3DToolkit, Camber packages. Is there any node or is it achievable by Python? Thank you in advance for your help.

1 Like

I found this solution by Python:

Not sure if you have the same type of Face class that I think you do, but if so… you might be able to simplify that with a Topology.Faces node in place of the PolySurface.Surfaces, List.Flatten, Python Script, and List.Flatten node.

I simplified it this way:

yep - get_Faces() is the same as Topology.Faces (but without the Python). :slight_smile:

1 Like

Thank you very much @jacob.small :slight_smile:

3 Likes