As the question, please tell me if there is any related function available in vb.net, because I want to run parallel to speed up
Private Sub RunScript(ByVal mesh As Mesh, ByRef A As Object)
mesh.MatchEdges(RhinoDocument.ModelAbsoluteTolerance, False)
mesh.RebuildNormals()
a = mesh
End Sub
MatchEdges.gh (3.1 KB)