From: vsr Date: Wed, 29 May 2013 16:28:10 +0000 (+0000) Subject: Minor correction X-Git-Tag: BR_hydro_v_0_3_1~212 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=42c95d7ba402f3188587f081282b8e2c73591093;p=modules%2Fgeom.git Minor correction --- diff --git a/doc/salome/gui/GEOM/input/creating_3dsketcher.doc b/doc/salome/gui/GEOM/input/creating_3dsketcher.doc index 6c44c25da..af933eecc 100755 --- a/doc/salome/gui/GEOM/input/creating_3dsketcher.doc +++ b/doc/salome/gui/GEOM/input/creating_3dsketcher.doc @@ -72,8 +72,11 @@ last point should have the same coordinates. \n Another way to create the 3D Sketcher in TUI is using Sketcher3D interface. + TUI Command: sk = geompy.Sketcher3D() + Returns an instance of Sketcher3D interface sk. + Use the below examples and see the \ref gsketcher.Sketcher3D "Sketcher3D" interface documentation for more information.