X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2Fdoc%2FangularCopyFeature.rst;h=3be46c1329c7c4468896a2666084dcfd21dfcf57;hb=584f97832c77adf0c9df154b2f3eb1835bd3ce9e;hp=30b708628cbbf14bd9f8ce809e925c6019bc7c1d;hpb=bcd96990e1fca77402d522bc8b095ebfa1091894;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/doc/angularCopyFeature.rst b/src/FeaturesPlugin/doc/angularCopyFeature.rst index 30b708628..3be46c132 100644 --- a/src/FeaturesPlugin/doc/angularCopyFeature.rst +++ b/src/FeaturesPlugin/doc/angularCopyFeature.rst @@ -1,4 +1,5 @@ .. _featureAngularCopy: +.. |multirotation.icon| image:: images/multirotation.png Angular copy ============ @@ -8,13 +9,7 @@ The feature **Angular copy** makes a compound of several rotated shapes basing o To create an Angular copy in the active part: #. select in the Main Menu *Part - > Angular copy* item or -#. click **Angular copy** button in the toolbar - -.. image:: images/multirotation.png - :align: center - -.. centered:: - **Angular copy** button +#. click |multirotation.icon| **Angular copy** button in the toolbar The following property panel appears. @@ -31,9 +26,16 @@ Input fields: - **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. -**TUI Command**: *model.addMultiRotation(Part_doc, [shape], axis, step, Nb)* +**TUI Command**: + +.. py:function:: model.addMultiRotation(Part_doc, [shape], axis, step, Nb)* -**Arguments**: part + list of shapes in format *model.selection(TYPE, shape)* + axis in format *model.selection(TYPE, shape)*+ real (step value) + integer (Nb. Copies). + :param part: The current part object + :param list: A list of shapes in format *model.selection(TYPE, shape)* + :param object: An axis in format *model.selection(TYPE, shape)* + :param real: a step value + :param integer: A number of copies + :return: Created object Result """"""