1 .. _create_sketch_copy:
2 .. |SketchCopy.icon| image:: images/SketchCopy.png
7 This macro will just copy the selected sketch feature into a new sketch feature and disappear.
8 So, the new sketch feature will be placed into the current history location with all sub-elements
11 To start a Sketch Copy operation:
13 #. select in the Main Menu *Macros - > Sketch Copy* item or
14 #. click |SketchCopy.icon| **Sketch Copy** button in Macros toolbar:
16 The following property panel appears:
18 .. figure:: images/SketchCopy_panel.png
23 Select a sketch feature to copy. On Apply button press the copied sketch will be created in the Object Browser tree.
28 .. py:function:: model.copySketch(Doc, Sketch)
30 :param document: A document where to copy the sketch.
31 :param object: A sketch to be copied.
32 :return: Copied sketch.
34 **See Also** a sample TUI Script of :ref:`tui_copy_sketch` operation.