FreeCAD: master 7803740e

Author Committer Branch Timestamp Parent
davidosterberg wwmayer master 2021-02-15 16:46:58 master ef6e8ec8
Changeset PartDesign: Subtractive Loft. Raise error when base is null.

Previously Subtractive loft would create a shape if there is no base
object. This is because the code is shared with Additive Loft, where
that is the right thing to do. Now we check for this, and return error
if there is nothing to subtract from.
mod - src/Mod/PartDesign/App/FeatureLoft.cpp Diff File