IPAL9153, IPAL9148, IPAL9150

This commit is contained in:
asl 2005-06-10 11:19:51 +00:00
parent 1e87c371f2
commit 4b23a029f3
3 changed files with 18 additions and 7 deletions

View File

@ -2489,7 +2489,7 @@ void SMESHGUI::initialize( CAM_Application* app )
createSMESHAction( 6012, "TAPER", "ICON_TAPER" , 0, true ); createSMESHAction( 6012, "TAPER", "ICON_TAPER" , 0, true );
createSMESHAction( 6013, "ASPECT", "ICON_ASPECT" , 0, true ); createSMESHAction( 6013, "ASPECT", "ICON_ASPECT" , 0, true );
createSMESHAction( 6014, "MIN_ANG", "ICON_ANGLE" , 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( 6016, "SKEW", "ICON_SKEW", 0, true );
createSMESHAction( 6017, "ASPECT_3D", "ICON_ASPECT_3D", 0, true ); createSMESHAction( 6017, "ASPECT_3D", "ICON_ASPECT_3D", 0, true );
createSMESHAction( 6018, "LENGTH_2D", "ICON_LENGTH_2D", 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 ), aMeshInVtkHasFaces, true );
popupMgr()->setRule( action( 6014 ), "controlMode = 'eMinimumAngle'", false ); 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 ), aMeshInVtkHasFaces, true );
popupMgr()->setRule( action( 6015 ), "controlMode = 'eWarping'", false ); popupMgr()->setRule( action( 6015 ), "controlMode = 'eWarping'", false );

View File

@ -297,7 +297,7 @@ msgstr "mesh_aspect_3d.png"
msgid "ICON_ANGLE" msgid "ICON_ANGLE"
msgstr "mesh_angle.png" msgstr "mesh_angle.png"
msgid "ICON_WRAP" msgid "ICON_WARP"
msgstr "mesh_wrap.png" msgstr "mesh_wrap.png"
msgid "ICON_SKEW" msgid "ICON_SKEW"

View File

@ -790,6 +790,14 @@ msgstr "Entities"
msgid "SMESH_MESHINFO_ALL_TYPES" msgid "SMESH_MESHINFO_ALL_TYPES"
msgstr "Heterogenous" msgstr "Heterogenous"
#Polygons
msgid "SMESH_MESHINFO_POLYGONES"
msgstr "Polygons"
#polyhedres
msgid "SMESH_MESHINFO_POLYEDRES"
msgstr "Polyhedres"
#No valid selection : #No valid selection :
msgid "SMESH_BAD_SELECTION" msgid "SMESH_BAD_SELECTION"
msgstr "No valid selection" msgstr "No valid selection"
@ -1433,6 +1441,9 @@ msgstr "Laplacian"
msgid "SMESHGUI_SmoothingDlg::CENTROIDAL" msgid "SMESHGUI_SmoothingDlg::CENTROIDAL"
msgstr "Centroidal" msgstr "Centroidal"
msgid "SMESHGUI_SmoothingDlg::IS_PARAMETRIC"
msgstr "in paramteric space"
#---------------------------------------------------- #----------------------------------------------------
msgid "SMESHGUI_ExtrusionDlg::EXTRUSION_ALONG_LINE" msgid "SMESHGUI_ExtrusionDlg::EXTRUSION_ALONG_LINE"
@ -1892,8 +1903,8 @@ msgstr "Aspect Ratio"
msgid "MEN_MIN_ANG" msgid "MEN_MIN_ANG"
msgstr "Minimum Angle" msgstr "Minimum Angle"
msgid "MEN_WRAP" msgid "MEN_WARP"
msgstr "Wraping" msgstr "Warping angle"
msgid "MEN_SKEW" msgid "MEN_SKEW"
msgstr "Skew" msgstr "Skew"
@ -2219,7 +2230,7 @@ msgid "TOP_MIN_ANG"
msgstr "Minimum Angle" msgstr "Minimum Angle"
msgid "TOP_WARP" msgid "TOP_WARP"
msgstr "Wraping" msgstr "Warping angle"
msgid "TOP_SKEW" msgid "TOP_SKEW"
msgstr "Skew" msgstr "Skew"
@ -2490,7 +2501,7 @@ msgid "STB_MIN_ANG"
msgstr "Minimum Angle" msgstr "Minimum Angle"
msgid "STB_WARP" msgid "STB_WARP"
msgstr "Wraping" msgstr "Warping angle"
msgid "STB_SKEW" msgid "STB_SKEW"
msgstr "Skew" msgstr "Skew"