Reduce Mesh Polygon Mesh

Hi

Could you please let me know whether the
ReduceMesh
command is available in any (or all) of the SDKs (C++, RhinoDotNET, RhinoCommon)?

Thank you

Stratos

C++ yes (see RhinoSdkMeshUtilities.h)
RhinoDotNet probably - it mirrors the C++ SDK as far as I know
RhinoCommon - no

If you are using the Rhino C++ SDK, use the RhinoReduceMesh() funtion. See rhinoSdkMeshUtilities.h for more details.

Thank you very much for your answers.

We work with the .NET SDK. I will try to see if there is a solution to this problem.

Thank you.

I’ve added a wish item to the RhinoCommon pile for exposure of this function.

A Mesh.Reduce function will be available in RhinoCommon in SR10.