Triangulated Mesh to Dynamo

Hey,

i am trying to load a digital terrain model with triangluated surfaces into Dynamo. If i do so the mesh geometry looks weird and the triangles get lost. Is there a workaround so I get the geometry which I see in Revit as faces in Dynamo?

Hi @Luca_SchmiWi ,

Have you tried the MeshToolkit Package?
It may have some useful nodes :slight_smile:

Managed to fix it by extracting point and indice data of the original mesh and recreating the surface with the MeshToolKit node Mesh.ByVerticesAndIndices.

RecreateMesh.dyf (42.5 KB)

1 Like

Thanks for the hint.

1 Like