X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSketchPlugin%2Fdoc%2FtranslationFeature.rst;h=0d682cfb8fd5ecf35bc2a062ccbca172f3a7ea0f;hb=d3afed6da21a10db226a968698b63af318e6111e;hp=23e376ed9b3b6dffc43cc39b359310f160dfea9e;hpb=bcd96990e1fca77402d522bc8b095ebfa1091894;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/translationFeature.rst b/src/SketchPlugin/doc/translationFeature.rst index 23e376ed9..0d682cfb8 100644 --- a/src/SketchPlugin/doc/translationFeature.rst +++ b/src/SketchPlugin/doc/translationFeature.rst @@ -1,3 +1,4 @@ +.. |translate.icon| image:: images/translate.png Linear copy =========== @@ -7,13 +8,7 @@ Linear copy operation creates one or multiple copies of the sketch entities alon To create a Linear copy in the active Sketch: #. select in the Main Menu *Sketch - > Linear copy* item or -#. click **Linear copy** button in Sketch toolbar: - -.. image:: images/translate.png - :align: center - -.. centered:: - **Linear copy** button +#. click |translate.icon| **Linear copy** button in Sketch toolbar: Property panel: @@ -23,26 +18,31 @@ Property panel: .. centered:: Linear copy + +.. |single_value| image:: images/translate_32x32.png +.. |full_value| image:: images/translate_full_32x32.png + Input fields: - **Segments** is the list of segments (lines, circles, arcs) selected in the view. - **Single value/Full value** option: - - .. image:: images/translate_32x32.png - :align: left - **Single value**: step of translation is equal to the distance between the start and the end point. - - .. image:: images/translate_full_32x32.png - :align: left - **Full value**: distance from the originals to the farthest copies is equal to the distance between the start and the end point. + | |single_value| **Single value**: step of translation is equal to the distance between the start and the end point. + | |full_value| **Full value**: distance from the originals to the farthest copies is equal to the distance between the start and the end point. - **Start point** is the initial point of translation vector. - **End point** is the terminal point of translation vector. - **Total number of objects** is the total number of objects including the original one. -**TUI Command**: *Sketch_1.addTranslation(Objects, Point1, Point2, NumberOfObjects, FullValue)* +**TUI Command**: + +.. py:function:: Sketch_1.addTranslation(Objects, Point1, Point2, NumberOfObjects, FullValue) -**Arguments**: list of objects + start and end points + number of objects + full value flag + :param list: A list of objects. + :param object: Start point. + :param object: End point. + :param integer: Number of objects. + :param boolean: Full value flag. + :return: Result object. Result """"""