PartDesign/Gui: add origin sizing and rework datums sizing
This commit is contained in:
committed by
Stefan Tröger
parent
a3e3c78388
commit
68c78de00d
@@ -102,3 +102,7 @@ TopoDS_Shape Datum::getShape() const
|
||||
sh.setPlacement(Placement.getValue());
|
||||
return sh._Shape;
|
||||
}
|
||||
|
||||
Base::Vector3d Datum::getBasePoint () const {
|
||||
return Placement.getValue().getPosition();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user