PartDesign/Gui: add origin sizing and rework datums sizing

This commit is contained in:
Alexander Golubev
2015-09-08 10:45:22 +03:00
committed by Stefan Tröger
parent 56823eeb9d
commit 26fb01b429
21 changed files with 308 additions and 195 deletions

View File

@@ -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();
}