Pad/Pocket: Allow extrude up to a datum plane
This commit is contained in:
committed by
Stefan Tröger
parent
bf973e06c0
commit
de17a3ede4
@@ -100,3 +100,9 @@ void Datum::onDocumentRestored()
|
||||
Part::Feature::onDocumentRestored();
|
||||
}
|
||||
|
||||
TopoDS_Shape Datum::getShape() const
|
||||
{
|
||||
Part::TopoShape sh = Shape.getShape();
|
||||
sh.setPlacement(Placement.getValue());
|
||||
return sh._Shape;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user