]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #2906: Misinforming tooltip of "Build face" feature
authorazv <azv@opencascade.com>
Wed, 10 Apr 2019 11:07:40 +0000 (14:07 +0300)
committerazv <azv@opencascade.com>
Wed, 10 Apr 2019 11:08:46 +0000 (14:08 +0300)
src/BuildPlugin/doc/faceFeature.rst
src/BuildPlugin/face_widget.xml
src/BuildPlugin/plugin-Build.xml

index 21fa07c55dc6274f8adeaadc611e2969e012a15c..aee91f3a12f8b16d7652d4dd282ebf808120db10 100644 (file)
@@ -24,7 +24,7 @@ The following property panel will be opened:
 .. centered::
   Create a face
   
-Select one or several faces in viewer.
+Select one or several faces in viewer. Additionally, a face can be build by a closed wire or a set of edges composing a closed wire.
 
 **Apply** button creates faces.
 
index 80aa05a46c96ccae4aa45090443792fa4bbf3ae9..a23c7cf073d40c56f26904bfde30aa9a89eeba98 100644 (file)
@@ -1,7 +1,7 @@
 <source>
   <multi_selector id="base_objects"
-                  label="Segments and wires:"
-                  tooltip="Select edges on sketch, edges or wires objects."
+                  label="Objects:"
+                  tooltip="Select edges, wires or faces."
                   type_choice="edges wires faces"
                   concealment="true">
     <validator id="BuildPlugin_ValidatorBaseForBuild" parameters="edge,wire,face"/>
index 86725380fbc204a7e12a22be8e192477164c3c6e..b46aa51b18ec308f8f0b1ec07208a4ad44ec5458 100644 (file)
@@ -21,7 +21,7 @@
                helpfile="polylineFeature.html">
         <source path="polyline_widget.xml"/>
       </feature>
-      <feature id="Face" title="Face" tooltip ="Create a face from sketch edges, edges and wires objects" icon="icons/Build/feature_face.png"
+      <feature id="Face" title="Face" tooltip ="Create a face from edges, wires and faces" icon="icons/Build/feature_face.png"
                helpfile="faceFeature.html">
         <source path="face_widget.xml"/>
       </feature>