+ use quantity boxes in box & cylinder creation dialogs

This commit is contained in:
wmayer
2016-02-27 21:39:37 +01:00
parent 6a9298ac27
commit d00a75160f
4 changed files with 63 additions and 19 deletions

View File

@@ -74,11 +74,11 @@ void CmdPartSimpleCylinder::activated(int iMsg)
".Shape=Part.makeCylinder(%f,%f,"
"Base.Vector(%f,%f,%f),"
"Base.Vector(%f,%f,%f))"
,dlg.radius->value()
,dlg.length->value()
,dlg.xPos->value()
,dlg.yPos->value()
,dlg.zPos->value()
,dlg.radius->value().getValue()
,dlg.length->value().getValue()
,dlg.xPos->value().getValue()
,dlg.yPos->value().getValue()
,dlg.zPos->value().getValue()
,dir.x,dir.y,dir.z);
commitCommand();
updateActive();