Salome HOME
PAL13899 : Revolution tool ambigous for the user ( No Preview)
authoreap <eap@opencascade.com>
Thu, 17 Apr 2008 12:59:04 +0000 (12:59 +0000)
committereap <eap@opencascade.com>
Thu, 17 Apr 2008 12:59:04 +0000 (12:59 +0000)
doc/salome/gui/SMESH/images/revolution1.png
doc/salome/gui/SMESH/images/revolution2.png
doc/salome/gui/SMESH/images/revolutionsn1.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/revolutionsn2.png [new file with mode: 0644]
doc/salome/gui/SMESH/input/revolution.doc

index 0334e3b7eb986770f0343da932fba5443a8bb9b5..0e77b4b7ac1789d0071e54c4c3b104cca564ec92 100755 (executable)
Binary files a/doc/salome/gui/SMESH/images/revolution1.png and b/doc/salome/gui/SMESH/images/revolution1.png differ
index 5612f9106b9f3eacc81ea3a5d9669460460bbaf9..53df80226e55f30442335338808357f5d8266b9a 100755 (executable)
Binary files a/doc/salome/gui/SMESH/images/revolution2.png and b/doc/salome/gui/SMESH/images/revolution2.png differ
diff --git a/doc/salome/gui/SMESH/images/revolutionsn1.png b/doc/salome/gui/SMESH/images/revolutionsn1.png
new file mode 100644 (file)
index 0000000..6564c7f
Binary files /dev/null and b/doc/salome/gui/SMESH/images/revolutionsn1.png differ
diff --git a/doc/salome/gui/SMESH/images/revolutionsn2.png b/doc/salome/gui/SMESH/images/revolutionsn2.png
new file mode 100644 (file)
index 0000000..67a6731
Binary files /dev/null and b/doc/salome/gui/SMESH/images/revolutionsn2.png differ
index 60ee2ab8eb7da8b8de2094348f57179354048fe4..6f3f289d03220186e9af7e99446b7704ac898003 100644 (file)
@@ -32,10 +32,22 @@ selecting them in the 3D viewer or select the whole mesh or
 submesh,</li>
 <li>specify the axis (point and vector) around which the elements will
 be revolved,</li>
-<li>angle of rotation,</li>
-<li>number of steps,</li>
+<li>angle of rotation and number of steps,</li>
+<ul> <li> Angle by Step - the elements are extruded by the specified angle at each step (i.e. for Angle=30 and Number of Steps=2, the elements will be extruded 
+ by 30 degrees twice for a total of 30*2=60)</li>
+
+\image html revolutionsn2.png
+
+<li> Total Angle - the elements are extruded by the specified angle only once and the number of steps defines the number of iterations 
+(i.e.for Angle=30 and Number of Steps=2, the elements will be extruded by 30/2=15 degrees twice for a total of 30). </li>
+
+\image html revolutionsn1.png
+
+</ul>
 <li>tolerance of rotation</li>
 </ul>
+
+<li> <b>Preview</b> checkbox allows showing the results of parameter-setting in the viewer </li>
 <li> <b>Generate Groups</b> checkbox allows copying the groups of
 elements of the source mesh to the newly created one. </li>
 </li>
@@ -43,7 +55,6 @@ elements of the source mesh to the newly created one. </li>
 <li>Click the \b Apply or \b OK button.</li>
 </ol>
 
-\image html image78.jpg
 
 <br><b>See Also</b> a sample TUI Script of a 
 \ref tui_revolution "Revolution" operation.