_ExtractConnectedMeshFaces

Hi,

I’m wondering if there is a predefined method which is executed when selecting _ExtractConnectedMeshFaces that I could use in RhinoCommons? Or do I need to create my own methid, which detects angle between adjacent faces?

This should get you started.
https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Collections_MeshFaceList_AdjacentFaces.htm

Thanks a lot for answer.