Salome HOME
bb914ea55ec7bc192dfd45b787f5abea9d5259c9
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_3dsketcher.doc
1 /*!
2
3 \page create_3dsketcher_page 3D Sketcher
4
5 3D Sketcher allows creating a closed or unclosed 3D wire from a list of points.
6
7 To create a 3D Sketch, select in the main menu <em>New Entity -> 3D Sketch</em>.
8
9 \image html 3dsketch2.png
10
11 The position of each coordinates can be defined by absolute coordinates X, Y, Z or
12 by relative coordinates DX, DY, DZ with respect to the previous Applied point.
13 Type of coordinates can be selected by the <b>Coordinates Type</b> radio buttons.
14 \n <b>"Sketch Validation"</b> button applies the wire, only red part will be built by "Sketch Validation".
15 \n <b>"Sketch Closure"</b> will close the Sketch by straight line from last red part and apply it. 
16 To make a closed wire using the TUI command, the first and the last point shoul 
17 have the same coordinates.
18
19 The Result of the operation will be a \b GEOM_Object.
20
21 <b>TUI Command:</b> <em>geompy.Make3DSketcher( [ PointsList ] )</em>
22 This algorithm creates a wire, from the list of real values which define XYZ 
23 coordinates of points.
24
25 <b>Example:</b>
26
27 \image html 3dsketch1.png
28
29 Our <b>TUI Scripts</b> provide you with useful examples of the use of
30 \ref tui_3dsketcher_page "3D Sketcher".
31 */