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.
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.
yep - get_Faces() is the same as Topology.Faces (but without the Python). ![]()
Thank you very much @jacob.small ![]()


