mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
Fixed typo in its_collect_mesh_projection_points_above() and method TriangleMesh::slice() set as const
This commit is contained in:
parent
ff6623b0f4
commit
8377b6ef4f
2 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ public:
|
|||
// Returns the convex hull of this TriangleMesh
|
||||
TriangleMesh convex_hull_3d() const;
|
||||
// Slice this mesh at the provided Z levels and return the vector
|
||||
std::vector<ExPolygons> slice(const std::vector<double>& z);
|
||||
std::vector<ExPolygons> slice(const std::vector<double>& z) const;
|
||||
void reset_repair_stats();
|
||||
bool needed_repair() const;
|
||||
void require_shared_vertices();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue