mcneel / rhinocommon

RhinoCommon is the .NET SDK for Rhino5 / Grasshopper
http://wiki.mcneel.com/developer/rhinocommon
242 stars 92 forks source link

Adjacent Mesh Faces #6

Closed sbaer closed 13 years ago

sbaer commented 13 years ago

Add function that will retrieve all mesh faces connected to a given mesh face. BrepFace has an AdjacentFaces function that should be similar for Mesh faces http://python.rhino3d.com/threads/557-Calling-BrepFace.AdjacentFaces-Method-from-Python

sbaer commented 13 years ago

Should be available in next V5 build

public int[] AdjacentFaces(int faceIndex)

https://github.com/mcneel/rhinocommon/commit/98a3d0d542aaa08b399f4e3adfe40b801aa1ccfb