PD: remove parameter 'supportface' from ProfileBased::getUpToFace as it's not used any more
This commit is contained in:
@@ -167,7 +167,7 @@ App::DocumentObjectExecReturn *Pocket::execute()
|
||||
getFaceFromLinkSub(upToFace, UpToFace);
|
||||
upToFace.Move(invObjLoc);
|
||||
}
|
||||
getUpToFace(upToFace, base, supportface, profileshape, method, dir);
|
||||
getUpToFace(upToFace, base, profileshape, method, dir);
|
||||
addOffsetToFace(upToFace, dir, Offset.getValue());
|
||||
|
||||
// BRepFeat_MakePrism(..., 2, 1) in combination with PerForm(upToFace) is buggy when the
|
||||
|
||||
Reference in New Issue
Block a user