Hi,
I tried to write decimation in Rhino Compute. I only found mesh.Reduce api to apply decimation on a single mesh. In the Rhino app, ReduceMesh command can be applied on multiple meshes at the same time with one single targeted face count. I wonder what the equivalent is with RhinoCompute? If I have to do it one by one with mesh.Reduce, what is the equivalent algorithm to split target count per mesh or deliver the same result as ReduceMesh?
Thanks
Ke