mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Fix crash when all the holes fail to drill
This commit is contained in:
parent
47f265f77f
commit
782e220890
3 changed files with 16 additions and 7 deletions
|
@ -276,6 +276,11 @@ bool does_bound_a_volume(const CGALMesh &mesh)
|
|||
return CGALProc::does_bound_a_volume(mesh.m);
|
||||
}
|
||||
|
||||
bool empty(const CGALMesh &mesh)
|
||||
{
|
||||
return mesh.m.is_empty();
|
||||
}
|
||||
|
||||
} // namespace cgal
|
||||
|
||||
} // namespace MeshBoolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue