mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
0022380: EDF 2746 GEOM: Accept compounds of points as an input for "Smoothing surface"
This commit is contained in:
parent
6e40d121f0
commit
5d5b220f31
@ -115,6 +115,8 @@ void AdvancedGUI_SmoothingSurfaceDlg::Init()
|
|||||||
myDegMaxSpin->setValue(8);
|
myDegMaxSpin->setValue(8);
|
||||||
myDMaxSpin->setValue(0.);
|
myDMaxSpin->setValue(0.);
|
||||||
|
|
||||||
|
showOnlyPreviewControl();
|
||||||
|
|
||||||
//@@ initialize dialog box widgets here @@//
|
//@@ initialize dialog box widgets here @@//
|
||||||
|
|
||||||
// Signal/slot connections
|
// Signal/slot connections
|
||||||
@ -133,6 +135,7 @@ void AdvancedGUI_SmoothingSurfaceDlg::Init()
|
|||||||
|
|
||||||
initName(tr("GEOM_SMOOTHINGSURFACE"));
|
initName(tr("GEOM_SMOOTHINGSURFACE"));
|
||||||
//displayPreview();
|
//displayPreview();
|
||||||
|
SelectionIntoArgument();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user