1 .. |point.icon| image:: images/Point.png
6 Point feature creates a point in the current Sketch.
8 To add a new Point to the Sketch:
10 #. select in the Main Menu *Sketch - > Point* item or
11 #. click |point.icon| **Point** button in Sketch toolbar:
13 The following property panel appears:
15 .. figure:: images/Point_panel.png
20 Clicking in the view creates a point preview. If an existing object is clicked, a constraint for
21 the point will be created automatically.
23 The point coordinates are displayed in the property panel.
27 .. py:function:: Sketch_1.addPoint(X, Y)
31 :return: Result object.
36 Created point appears in the view.
38 .. figure:: images/Point_res.png
43 **See Also** a sample TUI Script of :ref:`tui_create_point` operation.