Is it possible to do something like ExtractMeshFacesByEdgeLength from within the SDK?
Hi Hannah,
The C++ SDK exposes RhinoExtractMeshFaces(), which will do the actual face extraction. But you will have to do the edge searching and comparison. Note, this function is not provided in RhinoCommon (yet). I’ve added a to-do item for this.
HI Dale,
Thanks for the info. I followed the link through - does the comment from Tim mean that it’s available in version 6 or have I misunderstood? (Not critical - just interested).
Hannah
Yes, the functionality you are looking for will be available in V6.