Reputation: 11
Given a set of selected faces (triangular only) from single mesh, how can we detect following: a) edge loops that selected faces create. b) fast grouping of faces based on edge loop they are contained in.
This method is required for doing face extrusion when more than one face is selected and you want to extrude multiple regions but using average normals as direction instead of extruding individual faces.
Upvotes: 1
Views: 624
Reputation: 28004
Here's a paper that talks about detecting edge loops in a mesh, and partitioning: Punctuated Simplification of Man-Made Objects
Hope this helps.
Upvotes: 0