is Mesh.isDuplicate
in API SDK? Is the API for mesh
As for Curve, BREP is available? If no, please add it
Or what is the way to Remove mesh.duplicate in the current solution in the Grasshopper
# Brep.IsDuplicate
# NurbsCurve.IsDuplicate
Use GeometryBase.GeometryEquals.
– Dale