mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Change to return const references for TriangleMesh return values in SLAPrintObject's methods
This commit is contained in:
parent
9996369e2c
commit
3667fc7894
6 changed files with 111 additions and 43 deletions
|
@ -144,7 +144,7 @@ public:
|
|||
|
||||
/// Get the whole mesh united into the output TriangleMesh
|
||||
/// WITHOUT THE PAD
|
||||
void merged_mesh(TriangleMesh& outmesh) const;
|
||||
const TriangleMesh& merged_mesh() const;
|
||||
|
||||
void merged_mesh_with_pad(TriangleMesh&) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue