Skip to content

File extract_surface.h

File List > geometry > utils > extract_surface.h

Go to the documentation of this file

#pragma once
#include <uipc/geometry/simplicial_complex.h>

namespace uipc::geometry
{
UIPC_GEOMETRY_API [[nodiscard]] SimplicialComplex extract_surface(const SimplicialComplex& src);

UIPC_GEOMETRY_API [[nodiscard]] SimplicialComplex extract_surface(span<const SimplicialComplex*> complexes);
}  // namespace uipc::geometry