SlicerIGT / SlicerBoneReconstructionPlanner

3D Slicer module for planning mandible reconstruction surgery using fibula flap
BSD 3-Clause "New" or "Revised" License
26 stars 7 forks source link

Try to make boolean operations more robust #118

Closed mauigna06 closed 2 weeks ago

mauigna06 commented 1 month ago

3D mesh boolean operations can fail leading to an empty 3D model result and, if computations do not halt and try to continue, Slicer will crash

See https://github.com/zippy84/vtkbool/issues/80 and https://github.com/zippy84/vtkbool/issues/81

mauigna06 commented 4 weeks ago

Will be solved by https://github.com/PerkLab/SlicerSandbox/pull/33