X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FFeaturesPlugin%2Fdoc%2FrotationFeature.rst;h=1739cd9194ba4a7c461f64f0984fe4656df13ba9;hb=7417054f9f86129249fdfd652f804183484986ee;hp=38bef70b99389a4170cbba9fb4378b469d261530;hpb=db1f629785c83f9691b1707b3fd11a26625c7a26;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/doc/rotationFeature.rst b/src/FeaturesPlugin/doc/rotationFeature.rst index 38bef70b9..1739cd919 100644 --- a/src/FeaturesPlugin/doc/rotationFeature.rst +++ b/src/FeaturesPlugin/doc/rotationFeature.rst @@ -1,10 +1,11 @@ +.. _featureRotation: Rotation ======== -The feature **Rotation** makes rotation of a selected shape. +**Rotation** feature makes rotation of a selected shape. -To create Rotation in the active part: +To create a Rotation in the active part: #. select in the Main Menu *Part - > Rotation* item or #. click **Rotation** button in the toolbar @@ -37,7 +38,7 @@ Rotation by axis and angle Input fields: - **Main objects** panel contains shapes to be rotated. Shapes are selected in 3D OCC viewer or object browser; -- **Axis** defines the axis of rotation. Vector is edge, axis selected in 3D OCC viewer or object browser; +- **Axis** defines the axis of rotation. The vector is an edge or axis selected in 3D OCC viewer or object browser; - **Angle** defines the angle by which the object is rotated. **TUI Command**: *model.addRotation(Part_doc, [shape], axis, angle)* @@ -47,7 +48,7 @@ Input fields: Result """""" -Result of operation is rotated initial shape. +Result of operation is a rotated initial shape. .. image:: images/rotation_axis.png :align: center @@ -55,7 +56,7 @@ Result of operation is rotated initial shape. .. centered:: Rotation by axis and angle -**See Also** a sample TUI Script of a :ref:`tui_rotation_axis` operation. +**See Also** a sample TUI Script of :ref:`tui_rotation_axis` operation. Rotation by center and points ----------------------------- @@ -69,7 +70,7 @@ Rotation by center and points Input fields: - **Main objects** panel contains shapes to be rotated. Shapes are selected in 3D OCC viewer or object browser; -- **Center point**, **Start point**, **End point** define 3 points or vertices selected in 3D OCC viewer or object browser. Rotation axis will pass through the **Center point** and will be will be orthogonal to a plane defined by three points. Rotation Angle is the angle between two vectors directed from the **Center point** to **Start point** and **End point**. +- **Center point**, **Start point**, **End point** define 3 points or vertices selected in 3D OCC viewer or object browser. Rotation axis will pass through the **Center point** and will be orthogonal to a plane defined by three points. Rotation Angle is the angle between two vectors directed from the **Center point** to **Start point** and **End point**. **TUI Command**: *model.addRotation(Part_doc, [shape], point1, point2, point3)* @@ -78,7 +79,7 @@ Input fields: Result """""" -Result of operation is rotated initial shape. +Result of operation is a rotated initial shape. .. image:: images/rotation_3points.png :align: center @@ -86,4 +87,4 @@ Result of operation is rotated initial shape. .. centered:: Rotation by center and 2 points -**See Also** a sample TUI Script of a :ref:`tui_rotation_3points` operation. \ No newline at end of file +**See Also** a sample TUI Script of :ref:`tui_rotation_3points` operation. \ No newline at end of file