MeshToolkit nodes not working

All,

I’m in the middle of a design exercise. I’m having some trouble in Dynamo graph below:

As you see the mesh from Topography.Mesh doesn’t work with Mesh.Edges. I’m getting a warning saying “Warning: No function called Edges on a Autodesk.DesignScript.Geometry.Mesh could be found”

What am I possibly doing wrong?

The MeshToolkit has its own mesh type that differs from the one built into Dynamo. You’ll need to convert your dynamo mesh into a toolkit mesh first. There’s two nodes in Springs that will facilitate that conversion for you - “Springs.Mesh.ToToolkitMesh” and “Springs.ToolkitMeshToMesh”.

3 Likes