Abstract
Algorithms for representing manifolds are widely used in exact sciences.One of the best known algorithms is the Marching Cubes, which performs the extraction of a surface mesh from a 2-dimensional manifold (surface) by using a composition of triangles contained in R3. Due to the need to store a lookup table in memory, it is observed that applying the traditional algorithm to higher dimens…