The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

 removes mesh edges adjacent to more than two faces

   [V2, F2] = collapseEdgesWithManyFaces(V, F)
   Count the number of faces adjacent to each edge, and collapse the edges
   adjacent to more than two faces. 


   Example
   collapseEdgesWithManyFaces

   See also
       trimMesh, isManifoldMesh

Package: matgeom