Salome HOME
Fix bunch of issues for B-splines (#3155, #3156, #3157, #3159)
[modules/shaper.git] / src / SketchPlugin / doc / fixedFeature.rst
index 849ba4ed541a157715c4cb6a061fa50fabed472c..2b238d0dc3b1317376422f0c74426da6112963d7 100644 (file)
@@ -1,3 +1,4 @@
+.. |fixed.icon|    image:: images/fixed.png
 
 Fixed constraint
 ================
@@ -6,16 +7,10 @@ Fixed constraint fixes objects position and size.
 
 The constraint can be defined for such objects as point, line, line or arc end point, center of circle or arc, whole circle or arc.
 
-To create Fixed constraint in the active Sketch:
+To create Fixed constraint in the active Sketch:
 
 #. select in the Main Menu *Sketch - > Fixed* item  or
-#. click **Fixed** button in Sketch toolbar:
-
-.. image:: images/fixed.png
-   :align: center
-
-.. centered::
-   **Fixed**  button
+#. click |fixed.icon| **Fixed** button in Sketch toolbar:
 
 Property panel:
 
@@ -26,7 +21,7 @@ Input fields:
 
 - **Object** is the object selected in the view.
 
-After the object is selected anchor sign will be added close to it in the view.
+After the object is selected, anchor sign will be added next to it in the view.
 
 Selection rules:
 
@@ -34,9 +29,12 @@ Selection rules:
 - To fix the whole line the segment between endpoints should be selected.
 - To fix the whole circle or arc the circumference should be selected.
 
-**TUI Command**: *Sketch_1.setFixed(Object)*
+**TUI Command**:
+
+.. py:function:: Sketch_1.setFixed(Object)
 
-**Arguments**:  1 object
+    :param object: An object.
+    :return: Result object.
 
 Result
 """"""
@@ -47,6 +45,6 @@ Created Fixed constraint appears in the view.
           :align: center
 
 .. centered::
-   Fixed constraint created
+   Created fixed constraint 
 
-**See Also** a sample TUI Script of :ref:`tui_create_fixed` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_fixed` operation.