PD: remove parameter 'supportface' from ProfileBased::getUpToFace as it's not used any more

This commit is contained in:
wmayer
2022-12-05 12:46:52 +01:00
parent 3c7d30dd07
commit 319b63cbda
4 changed files with 2 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ App::DocumentObjectExecReturn *Pad::execute()
getFaceFromLinkSub(upToFace, UpToFace);
upToFace.Move(invObjLoc);
}
getUpToFace(upToFace, base, supportface, sketchshape, method, dir);
getUpToFace(upToFace, base, sketchshape, method, dir);
addOffsetToFace(upToFace, dir, Offset.getValue());
// TODO: Write our own PrismMaker which does not depend on a solid base shape