]> SALOME platform Git repositories - modules/shaper.git/blob - src/PythonAPI/doc/source/sketcher.rst
Salome HOME
[PythonAPI] first tries with the documentation
[modules/shaper.git] / src / PythonAPI / doc / source / sketcher.rst
1 :mod:`model.sketcher.sketch` -- Sketch interface
2 ================================================
3
4 .. automodule:: model.sketcher.sketch
5 .. :members:
6
7 .. currentmodule:: model.sketcher.sketch
8
9 Create a sketch
10 ---------------
11
12 .. autofunction:: addSketch
13
14 Modify the sketch
15 -----------------
16
17 The sketch object returned by the above described :meth:`~model.sketcher.sketch.addSketch` method
18 provides an interface for:
19
20   * creating geometries
21   * setting and modifying constraints
22
23 Create geometries
24 .................
25
26 .. automethod:: Sketch.addPoint
27 .. automethod:: Sketch.addLine
28 .. automethod:: Sketch.addArc
29 .. automethod:: Sketch.addCircle
30
31
32 Set constraints
33 ...............
34
35 .. automethod:: Sketch.setRadius
36 .. automethod:: Sketch.setParallel
37
38