Salome HOME
0022380: EDF 2746 GEOM: Accept compounds of points as an input for "Smoothing surface...
[modules/geom.git] / doc / salome / gui / GEOM / input / manipulate_object.doc
1 /*!
2
3 \page manipulate_object Manipulate GEOM object in the study (module geomtools)
4
5 The usage of the geomtools module can be appreciated with this set
6 of instructions:
7
8 \code
9 from salome.geom.geomtools import TEST_createAndDeleteShape
10 TEST_createAndDeleteShape()
11 \endcode
12
13 This test executes the following procedure:
14
15 - Create, publish, and display a cylinder
16 - Create, publish, and display a sphere
17 - Create a box, publish it in a folder "boxset", and display it with a
18   "pink" color.
19 - Erase the sphere from the viewer (the sphere still exists in the study)
20 - Delete the cylinder (the cylinder is no longer displayed and does
21   not exist any more, neither in the study nor the GEOM componet.
22
23 At the end of the execution of this test, you should have in the
24 SALOME session:
25
26 - the box, in a dedicated folder of the study, and displayed in the
27   viewer
28 - the sphere, in the standard place of the study, and not displayed
29
30 */