mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
IPAL9153, IPAL9148, IPAL9150
This commit is contained in:
parent
1e87c371f2
commit
4b23a029f3
@ -2489,7 +2489,7 @@ void SMESHGUI::initialize( CAM_Application* app )
|
||||
createSMESHAction( 6012, "TAPER", "ICON_TAPER" , 0, true );
|
||||
createSMESHAction( 6013, "ASPECT", "ICON_ASPECT" , 0, true );
|
||||
createSMESHAction( 6014, "MIN_ANG", "ICON_ANGLE" , 0, true );
|
||||
createSMESHAction( 6015, "WRAP", "ICON_WRAP" , 0, true );
|
||||
createSMESHAction( 6015, "WARP", "ICON_WARP" , 0, true );
|
||||
createSMESHAction( 6016, "SKEW", "ICON_SKEW", 0, true );
|
||||
createSMESHAction( 6017, "ASPECT_3D", "ICON_ASPECT_3D", 0, true );
|
||||
createSMESHAction( 6018, "LENGTH_2D", "ICON_LENGTH_2D", 0, true );
|
||||
@ -2980,7 +2980,7 @@ void SMESHGUI::initialize( CAM_Application* app )
|
||||
popupMgr()->setRule( action( 6014 ), aMeshInVtkHasFaces, true );
|
||||
popupMgr()->setRule( action( 6014 ), "controlMode = 'eMinimumAngle'", false );
|
||||
|
||||
popupMgr()->insert( action( 6015 ), anId, -1 ); // WRAP
|
||||
popupMgr()->insert( action( 6015 ), anId, -1 ); // WARP
|
||||
popupMgr()->setRule( action( 6015 ), aMeshInVtkHasFaces, true );
|
||||
popupMgr()->setRule( action( 6015 ), "controlMode = 'eWarping'", false );
|
||||
|
||||
|
@ -297,7 +297,7 @@ msgstr "mesh_aspect_3d.png"
|
||||
msgid "ICON_ANGLE"
|
||||
msgstr "mesh_angle.png"
|
||||
|
||||
msgid "ICON_WRAP"
|
||||
msgid "ICON_WARP"
|
||||
msgstr "mesh_wrap.png"
|
||||
|
||||
msgid "ICON_SKEW"
|
||||
|
@ -790,6 +790,14 @@ msgstr "Entities"
|
||||
msgid "SMESH_MESHINFO_ALL_TYPES"
|
||||
msgstr "Heterogenous"
|
||||
|
||||
#Polygons
|
||||
msgid "SMESH_MESHINFO_POLYGONES"
|
||||
msgstr "Polygons"
|
||||
|
||||
#polyhedres
|
||||
msgid "SMESH_MESHINFO_POLYEDRES"
|
||||
msgstr "Polyhedres"
|
||||
|
||||
#No valid selection :
|
||||
msgid "SMESH_BAD_SELECTION"
|
||||
msgstr "No valid selection"
|
||||
@ -1433,6 +1441,9 @@ msgstr "Laplacian"
|
||||
msgid "SMESHGUI_SmoothingDlg::CENTROIDAL"
|
||||
msgstr "Centroidal"
|
||||
|
||||
msgid "SMESHGUI_SmoothingDlg::IS_PARAMETRIC"
|
||||
msgstr "in paramteric space"
|
||||
|
||||
#----------------------------------------------------
|
||||
|
||||
msgid "SMESHGUI_ExtrusionDlg::EXTRUSION_ALONG_LINE"
|
||||
@ -1892,8 +1903,8 @@ msgstr "Aspect Ratio"
|
||||
msgid "MEN_MIN_ANG"
|
||||
msgstr "Minimum Angle"
|
||||
|
||||
msgid "MEN_WRAP"
|
||||
msgstr "Wraping"
|
||||
msgid "MEN_WARP"
|
||||
msgstr "Warping angle"
|
||||
|
||||
msgid "MEN_SKEW"
|
||||
msgstr "Skew"
|
||||
@ -2219,7 +2230,7 @@ msgid "TOP_MIN_ANG"
|
||||
msgstr "Minimum Angle"
|
||||
|
||||
msgid "TOP_WARP"
|
||||
msgstr "Wraping"
|
||||
msgstr "Warping angle"
|
||||
|
||||
msgid "TOP_SKEW"
|
||||
msgstr "Skew"
|
||||
@ -2490,7 +2501,7 @@ msgid "STB_MIN_ANG"
|
||||
msgstr "Minimum Angle"
|
||||
|
||||
msgid "STB_WARP"
|
||||
msgstr "Wraping"
|
||||
msgstr "Warping angle"
|
||||
|
||||
msgid "STB_SKEW"
|
||||
msgstr "Skew"
|
||||
|
Loading…
Reference in New Issue
Block a user