X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2Fdoc%2FtangentFeature.rst;h=0c461b554933a2efaa6e565c62a54ef17d70dac4;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=2ddc42082ce77b32342992cf3135d3839dcbcc13;hpb=c5ec43297b55923e1cf2ee39978bf42d733ee465;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/tangentFeature.rst b/src/SketchPlugin/doc/tangentFeature.rst index 2ddc42082..0c461b554 100644 --- a/src/SketchPlugin/doc/tangentFeature.rst +++ b/src/SketchPlugin/doc/tangentFeature.rst @@ -1,3 +1,47 @@ Tangent constraint ================== + +Tangent constraint fixes a circle (or an arc) and a line so that a line is tangent to a circle (or an arc). + +To create a Tangent in the active Sketch: + +#. select in the Main Menu *Sketch - > Tangent* item or +#. click **Tangent** button in Sketch toolbar: + +.. image:: images/tangent.png + :align: center + +.. centered:: + **Tangent** button + +Property panel: + +.. image:: images/Tangent_panel.png + :align: center + +Input fields: + +- **First object** is a line, a circle or an arc selected in the view. +- **Second object** is a line, a circle or an arc selected in the view. + +Note that one of two objects should be a line. + +After the objects are selected, a special sign will be added close to the tangency point in the view. + +**TUI Command**: *Sketch_1.setTangent(Line, CircleOrArc)* + +**Arguments**: 2 objects (the first is a line, the second one is a circle or an arc) + +Result +"""""" + +Created Tangent constraint appears in the view. + +.. image:: images/Tangent_res.png + :align: center + +.. centered:: + Created tangent constraint + +**See Also** a sample TUI Script of :ref:`tui_create_tangent` operation.