1 .. |fixed.icon| image:: images/Fixed.png
6 Fixed constraint fixes objects position and size.
8 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.
10 To create a Fixed constraint in the active Sketch:
12 #. select in the Main Menu *Sketch - > Fixed* item or
13 #. click |fixed.icon| **Fixed** button in Sketch toolbar:
17 .. figure:: images/Fixed_panel.png
22 - **Object** is the object selected in the view.
24 After the object is selected, anchor sign will be added next to it in the view.
28 - Selection of end point on the line, center of circle or arc - fixes only the selected point.
29 - To fix the whole line the segment between endpoints should be selected.
30 - To fix the whole circle or arc the circumference should be selected.
34 .. py:function:: Sketch_1.setFixed(Object)
36 :param object: An object.
37 :return: Result object.
42 Created Fixed constraint appears in the view.
44 .. figure:: images/Fixed_res.png
47 Created fixed constraint
49 **See Also** a sample TUI Script of :ref:`tui_create_fixed` operation.