Salome HOME
Add Sphinx documentation
[modules/shaper.git] / src / PythonAPI / doc / source / construction.rst
1 Construction
2 ============
3
4 Create construction features.
5
6 Create a point
7 --------------
8
9 .. autofunction:: model.addPoint
10
11 Point object
12 ............
13
14 .. autoclass:: model.construction.point.Point
15    :members:
16
17 Create an axis
18 --------------
19
20 .. autofunction:: model.addAxis
21
22 Axis object
23 ...........
24
25 .. autoclass:: model.construction.axis.Axis
26    :members:
27
28 Create a plane
29 --------------
30
31 .. autofunction:: model.addPlane
32
33 Plane object
34 ............
35
36 .. autoclass:: model.construction.plane.Plane
37    :members: