FreeCAD: master 663ac994

Author Committer Branch Timestamp Parent
chennes wwmayer master 2021-03-30 19:05:49 master afa40aa0
Changeset [OpenSCAD] Fix projection for OCCT7.3

OCCT 7.3 did not work well when using a very large projection plane, so
this commit reduces the plane size to the minimum required for the cut
operation. It also performs some minor refactoring in anticipation of
the implementation of the true projection feature, and it removes the
last attempted fix, which proved unnecessary.
mod - src/Mod/OpenSCAD/OpenSCADFeatures.py Diff File
mod - src/Mod/OpenSCAD/importCSG.py Diff File