File mesh_partition.h File List > geometry > utils > mesh_partition.h Go to the documentation of this file #pragma once #include <uipc/geometry/simplicial_complex.h> namespace uipc::geometry { void UIPC_GEOMETRY_API mesh_partition(SimplicialComplex& sc, SizeT part_max_size); } // namespace uipc::geometry