0000248: make the revolve-axis selectable

This commit is contained in:
wmayer
2012-04-28 14:21:32 +02:00
parent 0fd6345401
commit 7b8501b583
4 changed files with 106 additions and 16 deletions

View File

@@ -275,6 +275,13 @@ public:
}
}
void setPosition(const Base::Vector3f& v)
{
this->xPos->setValue(v.x);
this->yPos->setValue(v.y);
this->zPos->setValue(v.z);
}
Base::Vector3f getPosition() const
{
return Base::Vector3f((float)this->xPos->value(),