mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-19 00:00:36 +05:00
0020320: EDF GEOM 1008 : Negative extrusion is not possible
This commit is contained in:
parent
32d4532cd8
commit
81117c2d04
@ -146,7 +146,7 @@ void GenerationGUI_PrismDlg::Init()
|
|||||||
GroupPoints3->SpinBox_DY->setValue(0.0);
|
GroupPoints3->SpinBox_DY->setValue(0.0);
|
||||||
GroupPoints3->SpinBox_DZ->setValue(0.0);
|
GroupPoints3->SpinBox_DZ->setValue(0.0);
|
||||||
|
|
||||||
initSpinBox(GroupPoints->SpinBox_DX, 0.000001, COORD_MAX, step, 6); // VSR: TODO: DBL_DIGITS_DISPLAY
|
initSpinBox(GroupPoints->SpinBox_DX, COORD_MIN, COORD_MAX, step, 6); // VSR: TODO: DBL_DIGITS_DISPLAY
|
||||||
GroupPoints->SpinBox_DX->setValue(100.0);
|
GroupPoints->SpinBox_DX->setValue(100.0);
|
||||||
|
|
||||||
// init variables
|
// init variables
|
||||||
|
Loading…
Reference in New Issue
Block a user