mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-14 17:48:34 +05:00
Remark for issue 17291 EDF 591 SMESH : Visualization of the orientation of the normal vector of the mesh faces
This commit is contained in:
parent
ecfa128381
commit
bb8292d233
@ -3392,9 +3392,9 @@ void SMESHGUI::createPreferences()
|
||||
addPreference( tr( "PREF_ORIENTATION_COLOR" ), orientGroup, LightApp_Preferences::Color, "SMESH", "orientation_color" );
|
||||
int orientScale = addPreference( tr( "PREF_ORIENTATION_SCALE" ), orientGroup, LightApp_Preferences::DblSpin, "SMESH", "orientation_scale" );
|
||||
|
||||
setPreferenceProperty( orientScale, "min", 0 );
|
||||
setPreferenceProperty( orientScale, "max", 1 );
|
||||
setPreferenceProperty( orientScale, "step", 0.1 );
|
||||
setPreferenceProperty( orientScale, "min", 0.05 );
|
||||
setPreferenceProperty( orientScale, "max", 0.5 );
|
||||
setPreferenceProperty( orientScale, "step", 0.05 );
|
||||
|
||||
addPreference( tr( "PREF_ORIENTATION_3D_VECTORS" ), orientGroup, LightApp_Preferences::Bool, "SMESH", "orientation_3d_vectors" );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user