X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2Fdoc%2FprojectionFeature.rst;h=587e05ab5237d4e66c368d58bf49d96aae965619;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=a1802206ff512d2fdfd2d510a9e26cd1adce272f;hpb=bcd96990e1fca77402d522bc8b095ebfa1091894;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/projectionFeature.rst b/src/SketchPlugin/doc/projectionFeature.rst index a1802206f..587e05ab5 100644 --- a/src/SketchPlugin/doc/projectionFeature.rst +++ b/src/SketchPlugin/doc/projectionFeature.rst @@ -1,3 +1,4 @@ +.. |projection.icon| image:: images/projection.png Projection ========== @@ -8,13 +9,7 @@ Projection To create a Projection in the active Sketch: #. select in the Main Menu *Sketch - > Projection* item or -#. click **Projection** button in Sketch toolbar: - -.. image:: images/projection.png - :align: center - -.. centered:: - **Projection** button +#. click |projection.icon| **Projection** button in Sketch toolbar: Property panel: @@ -29,15 +24,19 @@ Input fields: - **Object** is the 3D object (edge or vertex) to project onto the sketch plane. - **Include into the sketch result** option defines whether to include the projection line into the sketch result. -**TUI Command**: +**TUI Commands**: -- *Sketch_1.addProjection(EdgeOrVertex, IncludeIntoResult)* +.. py:function:: Sketch_1.addProjection(EdgeOrVertex, IncludeIntoResult) - **Arguments**: edge or vertex and include into the result flag + :param object: Edge or vertex. + :param boolean: Include into the result flag. + :return: Result object. -- *Sketch_1.addProjection(EdgeOrVertexName, IncludeIntoResult)* +.. py:function:: Sketch_1.addProjection(EdgeOrVertexName, IncludeIntoResult) - **Arguments**: edge or vertex name and include into the result flag + :param object: Edge or vertex name. + :param boolean: Include into the result flag. + :return: Result object. Result """"""