mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
BUG: Yams plugin: Fixed bad default values due too previous integrations for passing to MGSurfOpt
This commit is contained in:
parent
f543238c60
commit
26a602248d
@ -599,13 +599,13 @@ New created vertices are saved in the .mesh file under keyword section 'Vertices
|
||||
</rect>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<double>0.890000000000000</double>
|
||||
<double>90.000000000000000</double>
|
||||
</property>
|
||||
<property name="singleStep">
|
||||
<double>0.010000000000000</double>
|
||||
<double>1.000000000000000</double>
|
||||
</property>
|
||||
<property name="value">
|
||||
<double>0.040000000000000</double>
|
||||
<double>15.000000000000000</double>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="label_2">
|
||||
|
@ -513,8 +513,8 @@ class MonYamsPlugDialog(Ui_YamsPlugDialog,QWidget):
|
||||
self.CB_Ridge.setChecked(True)
|
||||
self.CB_Point.setChecked(True)
|
||||
self.CB_SplitEdge.setChecked(False)
|
||||
self.SP_MaxSize.setProperty("value", -2.0)
|
||||
self.SP_MinSize.setProperty("value", -2.0)
|
||||
self.SP_MaxSize.setProperty("value", 100)
|
||||
self.SP_MinSize.setProperty("value", 5)
|
||||
self.SP_Verbosity.setProperty("value", 3)
|
||||
self.SP_Memory.setProperty("value", 0)
|
||||
self.PBMeshSmeshPressed()
|
||||
|
Loading…
Reference in New Issue
Block a user