1 .. |earc.icon| image:: images/elliptic_arc.png
6 Elliptic Arc feature creates an elliptic arc segment in the current Sketch.
8 To add a new Elliptic Arc to the Sketch:
10 #. select in the Main Menu *Sketch - > Elliptic Arc* item or
11 #. click |earc.icon| **Elliptic Arc** button in Sketch toolbar:
13 The following property panel appears:
15 .. figure:: images/elliptic_arc_panel.png
18 Click in the view to set the center point, then move the mouse and click a second time to set a point of a one semi-axis, then click to set a starting point of the arc and then to set an end point of the arc.
22 .. py:function:: Sketch_1.addEllipticArc(CenterX, CenterY, FocusX, FocusY, StartX, StartY, EndX, EndY, Inversed)
24 :param real: Center X.
25 :param real: Center Y.
32 :param boolean: Is inversed.
33 :return: Result object.
38 Created elliptic arc appears in the view.
40 .. figure:: images/elliptic_arc_result.png
45 **See Also** a sample TUI Script of :ref:`tui_create_elliptic_arc` operation.