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 633fb4488a
commit 69aba3abe1
4 changed files with 2 additions and 4 deletions

View File

@@ -449,7 +449,6 @@ void ProfileBased::getFaceFromLinkSub(TopoDS_Face& upToFace, const App::Property
void ProfileBased::getUpToFace(TopoDS_Face& upToFace,
const TopoDS_Shape& support,
const TopoDS_Face& supportface,
const TopoDS_Shape& sketchshape,
const std::string& method,
const gp_Dir& dir)