mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 18:30:36 +05:00
Fix for the Bug "IPAL21972 Fix shape - BSplineRestriction 3D tolerance."
This commit is contained in:
parent
3d7ca93e2d
commit
345ba03634
@ -224,7 +224,7 @@ void RepairGUI_ShapeProcessDlg::init()
|
||||
myBSpline2DCurveChk = new QCheckBox( tr("GEOM_2D_CURVE_MODE"), w );
|
||||
|
||||
myBSplineTol3D = new SalomeApp_DoubleSpinBox( w );
|
||||
initSpinBox( mySplitContTol3D, 0., 100., 1e-7, "len_tol_precision" );
|
||||
initSpinBox( myBSplineTol3D, 0., 100., 1e-7, "len_tol_precision" );
|
||||
|
||||
myBSplineTol2D = new SalomeApp_DoubleSpinBox( w );
|
||||
initSpinBox( myBSplineTol2D, 0., 100., 1e-7, "param_tol_precision" );
|
||||
|
Loading…
Reference in New Issue
Block a user