PartDesign/Gui: add origin sizing and rework datums sizing
This commit is contained in:
committed by
Stefan Tröger
parent
56823eeb9d
commit
26fb01b429
@@ -100,11 +100,6 @@ void Line::onChanged(const App::Property *prop)
|
||||
Part::Datum::onChanged(prop);
|
||||
}
|
||||
|
||||
Base::Vector3d Line::getBasePoint() const
|
||||
{
|
||||
return Placement.getValue().getPosition();
|
||||
}
|
||||
|
||||
Base::Vector3d Line::getDirection() const
|
||||
{
|
||||
Base::Rotation rot = Placement.getValue().getRotation();
|
||||
|
||||
Reference in New Issue
Block a user