]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0016819: EDF PAL 564: Make fillet on 2D surface
authordmv <dmv@opencascade.com>
Mon, 19 Jan 2009 15:12:09 +0000 (15:12 +0000)
committerdmv <dmv@opencascade.com>
Mon, 19 Jan 2009 15:12:09 +0000 (15:12 +0000)
doc/salome/gui/GEOM/images/fillet2d_2.png
doc/salome/gui/GEOM/input/fillet2d_operation.doc
src/GEOMGUI/GEOM_msg_en.po
src/OperationGUI/OperationGUI_Fillet2dDlg.cxx

index 39a337845607feaae6ec1af2543d22103526cafe..58579c47d685c858073289482c6c508a1336c5aa 100755 (executable)
Binary files a/doc/salome/gui/GEOM/images/fillet2d_2.png and b/doc/salome/gui/GEOM/images/fillet2d_2.png differ
index 52d49f9ea19e0193095cecdcf0a1675f893c460f..43701ed9034658132397747f9a3547bba886121a 100755 (executable)
@@ -9,9 +9,11 @@ This operation creates fillets on the corners of a <b>2D Planar Face</b>.
 To produce a \b Fillet 2D in the <b>Main Menu</b> select 
 <b>Operations - > Transformation - > Fillet 2D</b>
 
-Define the <b>Main Object</b> to create a fillet on, select the necessary 
+Define the <b>Planar Face</b> to create a fillet on, select the necessary 
 vertexes on this face in the OCC Viewer and define the \b Radius of the Fillet.
 
+\b Note: This Operation Works for the <b>Planar 2D</b> Faces Only.
+
 <b>TUI Command:</b> <em>geompy.MakeFillet(Shape, R, ListVertexes)</em>
 \n <b>Arguments:</b> Name + 1 shape + one or several vertexes + 1 value (Fillet radius).
 
index 13846b78cf06bd855cf544222deea8984d8ea955..334bbc0929696d47cfa03b572385970fb31b5bf9 100644 (file)
@@ -681,6 +681,10 @@ msgstr "Edge"
 msgid "GEOM_FACE"
 msgstr "Face"
 
+#Face
+msgid "GEOM_PLANAR_FACE"
+msgstr "Planar Face"
+
 #Faces
 msgid "GEOM_FACES"
 msgstr "Faces"
index 055b513ddb71c0e9f24918f4bdef61ce1d11ac09..b33cfc3ee5d50937609ae9ad7f82c29dddc3168c 100755 (executable)
@@ -68,7 +68,7 @@ OperationGUI_Fillet2dDlg::OperationGUI_Fillet2dDlg (GeometryGUI* theGeometryGUI,
 
   GroupVertexes = new DlgRef_2Sel1Spin(centralWidget());
   GroupVertexes->GroupBox1->setTitle(tr("GEOM_FILLET_2D"));
-  GroupVertexes->TextLabel1->setText(tr("GEOM_MAIN_OBJECT"));
+  GroupVertexes->TextLabel1->setText(tr("GEOM_PLANAR_FACE"));
   GroupVertexes->TextLabel2->setText(tr("GEOM_VERTEXES"));
   GroupVertexes->TextLabel3->setText(tr("GEOM_RADIUS"));
   GroupVertexes->PushButton1->setIcon(iconSelect);