Convert mesh to polysurface

@Daria_f

I closed the other topic since it is so old .

https://forum.dynamobim.com/t/topo-mesh/753/6

The reason for this is that the imported mesh is of the MeshToolkit type. If you want to translate it to a polysurface I strongly advice you to check out the spring nodes package. It has a ToolkitMeshToMesh that you can use. Then you can utilize the Mesh.ToPolysurface node from the very same package.

3 Likes

Thank you so much!