Notifications
Clear all

[Closed] Getting Adjacent faces

What is the quickest way to find faces that are adjacent to a selected face? I can do it by using GetEdgesUsingFace, GetEdgesReverseEdges, and then using GetFacesUsingEdge on the result, but I’m wondering if there is a more direct way to do it.

I’m in Mesh mode, and my boss prefers that we stay in that mode.

I can post a script if need be…its a tool my boss is writing, i’m asking for him.