mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fix crash when all the holes fail to drill
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user