X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_sketcher.doc;h=7f04b53e2c0b6fba8f15684d27aaa44e17c88528;hb=ef20f40494c9ede9394c4465ed565a5a30332611;hp=922f2a6aa04410a064952db9e4749b497c7b8b2a;hpb=eb33929a623da3858f8105e54f0834f8393f5414;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_sketcher.doc b/doc/salome/gui/GEOM/input/creating_sketcher.doc index 922f2a6aa..7f04b53e2 100644 --- a/doc/salome/gui/GEOM/input/creating_sketcher.doc +++ b/doc/salome/gui/GEOM/input/creating_sketcher.doc @@ -155,12 +155,16 @@ segments. points in the current LCS. \n WorkingPlane can be a Local CS, a plane, or a planar face. +\n Another way to create the 2D Sketcher in TUI is using Sketcher2D +interface. -Our TUI Scripts provide you with useful examples of the use of -\ref tui_sketcher_page "Sketcher". +TUI Command: sk = geompy.Sketcher2D() + +Returns an instance of Sketcher2D interface sk. -There is also a wrapper that can help in the construction of a sketcher using simple commands. -The description of this wrapper can be found in the -dedicated page of the salome.geom python package. +Use the below examples and see the \ref gsketcher.Sketcher2D "Sketcher2D" +interface documentation for more information. +Our TUI Scripts provide you with useful examples of the use of +\ref tui_sketcher_page "2D Sketcher". */