Minor correction

This commit is contained in:
vsr 2013-05-29 16:28:10 +00:00
parent e4a31d66fd
commit 42c95d7ba4

View File

@ -72,8 +72,11 @@ last point should have the same coordinates.
\n Another way to create the 3D Sketcher in TUI is using Sketcher3D \n Another way to create the 3D Sketcher in TUI is using Sketcher3D
interface. interface.
<b>TUI Command:</b> <em>sk = geompy.Sketcher3D()</em> <b>TUI Command:</b> <em>sk = geompy.Sketcher3D()</em>
Returns an instance of Sketcher3D interface <i>sk</i>. Returns an instance of Sketcher3D interface <i>sk</i>.
Use the below examples and see the \ref gsketcher.Sketcher3D "Sketcher3D" Use the below examples and see the \ref gsketcher.Sketcher3D "Sketcher3D"
interface documentation for more information. interface documentation for more information.