Salome HOME
Fix Extrusion doc
authoreap <eap@opencascade.com>
Wed, 26 Nov 2014 12:16:24 +0000 (15:16 +0300)
committereap <eap@opencascade.com>
Wed, 26 Nov 2014 12:16:24 +0000 (15:16 +0300)
doc/salome/gui/SMESH/images/extrusionalongaline1.png [changed mode: 0755->0644]
doc/salome/gui/SMESH/images/extrusionalongaline2.png [changed mode: 0755->0644]
doc/salome/gui/SMESH/input/extrusion.doc
src/SMESHGUI/SMESHGUI_ExtrusionDlg.cxx

old mode 100755 (executable)
new mode 100644 (file)
index 95a26ca..0cc13d5
Binary files a/doc/salome/gui/SMESH/images/extrusionalongaline1.png and b/doc/salome/gui/SMESH/images/extrusionalongaline1.png differ
old mode 100755 (executable)
new mode 100644 (file)
index 8c16623..987a66c
Binary files a/doc/salome/gui/SMESH/images/extrusionalongaline2.png and b/doc/salome/gui/SMESH/images/extrusionalongaline2.png differ
index 4813eee5cae4badc998966fc2ca7b2c7f0dc6d55..a28af48d4673c0db26d087a53363270c2fdc13b1 100644 (file)
@@ -6,12 +6,12 @@
 dimension than the input ones. Any node, segment or 2D element can be
 extruded. Each type of elements has a corresponding type of extruded elements:
 <table>
 dimension than the input ones. Any node, segment or 2D element can be
 extruded. Each type of elements has a corresponding type of extruded elements:
 <table>
-<tr><td><b>Extruded element</b></td><td><b> Result elements </b></td></tr>
-<tr><td>Node              </td><td> Segments </td></tr>
-<tr><td>Segment           </td><td> Quadrilaterals </td></tr>
-<tr><td>Triangle          </td><td> Pentahedrons </td></tr>
-<tr><td>Quadrilateral     </td><td> Hexahedrons </td></tr>
-<tr><td>Polygon           </td><td> Polyhedrons </td></tr>
+<tr><td><b>Extruded element</b></td><td><b> Result element </b></td></tr>
+<tr><td>Node              </td><td> Segment </td></tr>
+<tr><td>Segment           </td><td> Quadrilateral </td></tr>
+<tr><td>Triangle          </td><td> Pentahedron </td></tr>
+<tr><td>Quadrilateral     </td><td> Hexahedron </td></tr>
+<tr><td>Polygon           </td><td> Polyhedron </td></tr>
 <tr><td>Hexagonal polygon </td><td> Hexagonal prism </td></tr>
 </table>
 
 <tr><td>Hexagonal polygon </td><td> Hexagonal prism </td></tr>
 </table>
 
@@ -35,7 +35,8 @@ The following dialog common for line and planar elements will appear:
 
 <li>In this dialog:
 <ul>
 
 <li>In this dialog:
 <ul>
-  <li>Select the type of elements which will be extruded (0D, 1D or 2D).</li>
+  <li>Select the type of elements which will be extruded (nodes, 1D or
+  2D elements).</li>
   <li>Specify the IDs of the elements which will be extruded by one
     following means:
     <ul>
   <li>Specify the IDs of the elements which will be extruded by one
     following means:
     <ul>
@@ -62,9 +63,15 @@ The following dialog common for line and planar elements will appear:
     <li>specify the distance of extrusion along the vector.</li>
   </ul>
   <li>Specify the number of steps.</li>
     <li>specify the distance of extrusion along the vector.</li>
   </ul>
   <li>Specify the number of steps.</li>
-  <li>If you activate <b>Generate Groups</b> check-box, the created
-    elements contained in groups will be included into new groups named
-    by pattern "<old group name>_extruded" and "<old group name>_top".</li>
+  <li>If you activate <b>Generate Groups</b> check-box, the <em>result elements</em>
+    created from <em>extruded elements</em> contained in groups will be
+    included into new groups named by pattern "<old group
+    name>_extruded" and "<old group name>_top". For example if an
+    extruded quadrangle is included in \a Group_1 group then result
+    hexahedra will be included in \a Group_1_extruded group and a
+    quadrangle created at the "top" of extruded mesh will
+    be included in \a Group_1_top group. <br>This check-box is active
+    only if there are some groups in the mesh.</li>
 </ul>
 
 <li>Click \b Apply or <b> Apply and Close</b>  button to confirm the operation.</li>
 </ul>
 
 <li>Click \b Apply or <b> Apply and Close</b>  button to confirm the operation.</li>
index 5dba32360f703511d8bb65eb19559ffd724f2acf..798b6b9eb26a1e2edb676259381e3d83c348c509 100644 (file)
@@ -860,7 +860,7 @@ void SMESHGUI_ExtrusionDlg::SelectionIntoArgument()
       else
         return;
     } else {
       else
         return;
     } else {
-      // get indices of selcted elements
+      // get indices of selected elements
       TColStd_IndexedMapOfInteger aMapIndex;
       mySelector->GetIndex(IO,aMapIndex);
       aNbElements = aMapIndex.Extent();
       TColStd_IndexedMapOfInteger aMapIndex;
       mySelector->GetIndex(IO,aMapIndex);
       aNbElements = aMapIndex.Extent();