X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_3dsketcher.doc;h=030912ad65ba002aab4d44b921d2e48d7043f6ab;hb=a0e22ed86a0df64143edb095e07295a014b32c88;hp=6c44c25dad307b1f599551be745a69a4f1dc3781;hpb=eb33929a623da3858f8105e54f0834f8393f5414;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_3dsketcher.doc b/doc/salome/gui/GEOM/input/creating_3dsketcher.doc index 6c44c25da..030912ad6 100755 --- a/doc/salome/gui/GEOM/input/creating_3dsketcher.doc +++ b/doc/salome/gui/GEOM/input/creating_3dsketcher.doc @@ -14,55 +14,46 @@ To create a 3D Sketch, select in the main menu New Entity -> Basic -> 3D Ske \image html 3dsketch_dlg.png The first point of a sketch can be defined by \b Absolute coordinates X, Y and Z. -When the first point is defined, it is possible to add straight segments. -Each segment will start at the end point of the previous segment or at the -first point of the sketch, if there are no validated segments. +After this, it is possible to add straight segments. -The way of segment construction can be selected by the Coordinates Type -radio buttons. +Each segment starts at the end point of the previous segment or at the first point of the sketch, if there are no validated segments. -To validate a segment and to proceed with the definition of the next -one, click Apply button. \b Undo and \b Redo buttons, -respectively, remove or restore the last segment in the wire. - -\n "Sketch Validation" button applies the wire, built by the -user, "as is". -\n "Sketch Closure" closes the Sketch by a straight line from -the start to the end point and applies it. +The second point of a segment can be defined in two different ways depending on the selected Coordinates Type radio buttons: -A segment can be defined by: -- Cartesian coordinates of its second end, which can be either: - - \b Absolute coordinates X, Y and Z, or - - \b Relative coordinates DX, DY and DZ with - respect to the previous applied point, - -- Angular coordinates of its second end specified by: - +

TUI Commands

-TUI Command: geompy.Make3DSketcher( [ PointsList ] ) +geompy.Make3DSketcher( [ PointsList ] ) This algorithm creates a wire from the list of real values, which define absolute XYZ coordinates of points. The Result of the operation will be a \b GEOM_Object. @@ -72,11 +63,14 @@ 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. + +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. -Our TUI Scripts provide you with useful examples of the use of +TUI Scripts provide you with useful examples of the use of \ref tui_3dsketcher_page "3D Sketcher". */