Added Reversed button to Pocket UI if the sketch plane is a datum plane
This commit is contained in:
committed by
Stefan Tröger
parent
6915d8b734
commit
0bcdb0511f
@@ -145,6 +145,9 @@ App::DocumentObjectExecReturn *Pocket::execute(void)
|
||||
TopoDS_Face supportface = getSupportFace();
|
||||
supportface.Move(invObjLoc);
|
||||
|
||||
if (Reversed.getValue())
|
||||
dir.Reverse();
|
||||
|
||||
// Find a valid face to extrude up to
|
||||
TopoDS_Face upToFace;
|
||||
if (method == "UpToFace") {
|
||||
|
||||
Reference in New Issue
Block a user