Salome HOME
Fix for the problem: the second sketch is shown as invalid after the first edit is...
[modules/shaper.git] / src / FeaturesPlugin / doc / angularCopyFeature.rst
index 3be46c1329c7c4468896a2666084dcfd21dfcf57..f26b95c6b1593e1b5ab6d6294e0151e341b30a96 100644 (file)
@@ -13,15 +13,14 @@ To create an Angular copy in the active part:
 
 The following property panel appears.
 
-.. image:: images/angularcopy.png
-  :align: center
+.. figure:: images/angularcopy.png
+   :align: center
 
-.. centered::
-  Angular copy property panel
+   Angular copy property panel
 
 Input fields:
 
-- **Main objects** panel contains shapes to be rotated. The shapes are selected in 3D OCC viewer or object browser;
+- **Main objects** panel contains shapes to be rotated. The shapes are selected in 3D OCC viewer or object browser; :ref:`transformation_subshapes`
 - **Vector of rotation**  defines the axis of rotation. The vector of rotation is an edge, axis selected in 3D OCC viewer or object browser;
 - **Angular Step** check-box turns on/off definition of the angle by which the object is rotated. By default (if the checkbox is not checked), **Angular Step** = 2 * PI / NbTimes;
 - **Nb. Copies** defines the number of rotated shape copies in the resulting compound. If **Nb. Copies** = 1, the result contains only the initial shape.
@@ -41,10 +40,9 @@ Result
 """"""
 Result of cylinder rotation is a compound.
 
-.. image:: images/angularcopycyl.png
+.. figure:: images/angularcopycyl.png
    :align: center
 
-.. centered::
    Angular copy
 
 **See Also** a sample TUI Script of :ref:`tui_create_angularcopy` operation.