Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / SketchPlugin / doc / pointFeature.rst
1
2 Point
3 =====
4
5 Point feature creates a point in the current Sketch.
6
7 To add a new Point to the Sketch:
8
9 #. select in the Main Menu *Sketch - > Point* item  or
10 #. click **Point** button in Sketch toolbar:
11
12 .. image:: images/point.png
13    :align: center
14
15 .. centered::
16    **Point**  button
17
18 The following property panel appears:
19
20 .. image:: images/Point_panel.png
21   :align: center
22
23 .. centered::
24    Point
25
26 Clicking in the view creates a point preview. If an existing object is clicked, a constraint for
27 the point will be created automatically.
28
29 The point coordinates are displayed in the property panel.
30
31 **TUI Command**:  *Sketch_1.addPoint(X, Y)*
32
33 **Arguments**:    2 values (coordinates on the Sketch plane).
34
35 Result
36 """"""
37
38 Created point appears in the view.
39
40 .. image:: images/Point_res.png
41            :align: center
42
43 .. centered::
44    Point created
45
46 **See Also** a sample TUI Script of :ref:`tui_create_point` operation.