OESurfaceCropToClique¶
bool OESurfaceCropToClique(OESurface &surf, unsigned int clique)
Trim surf of the triangles not marked with the vertex clique value clique. Zero is not a valid clique. See Section 2.3.1 on how vertex cliques are assigned to triangles. Returns true if successful.
See also
The Cliques section on how vertex cliques are assigned to triangles.
The Surface Subsets section for an explanation of how Spicoli handles subset boundaries.