Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / SketchPlugin / doc / fixedFeature.rst
1
2 Fixed constraint
3 ================
4
5 Fixed constraint fixes objects position and size.
6
7 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.
8
9 To create a Fixed constraint in the active Sketch:
10
11 #. select in the Main Menu *Sketch - > Fixed* item  or
12 #. click **Fixed** button in Sketch toolbar:
13
14 .. image:: images/fixed.png
15    :align: center
16
17 .. centered::
18    **Fixed**  button
19
20 Property panel:
21
22 .. image:: images/Fixed_panel.png
23    :align: center
24
25 Input fields:
26
27 - **Object** is the object selected in the view.
28
29 After the object is selected, anchor sign will be added next to it in the view.
30
31 Selection rules:
32
33 - Selection of end point on the line, center of circle or arc - fixes only the selected point.
34 - To fix the whole line the segment between endpoints should be selected.
35 - To fix the whole circle or arc the circumference should be selected.
36
37 **TUI Command**: *Sketch_1.setFixed(Object)*
38
39 **Arguments**:  1 object
40
41 Result
42 """"""
43
44 Created Fixed constraint appears in the view.
45
46 .. image:: images/Fixed_res.png
47            :align: center
48
49 .. centered::
50    Created fixed constraint 
51
52 **See Also** a sample TUI Script of :ref:`tui_create_fixed` operation.