Salome HOME
a27fdd422f545b607b1dfc17a653a5d51f6fe02f
[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 <em>geomtools</em> module can be tested with the following set of instructions:
6
7 \code
8 from salome.geom.geomtools import TEST_createAndDeleteShape
9 TEST_createAndDeleteShape()
10 \endcode
11
12 This test executes the following procedure:
13 - Create, publish, and display a cylinder;
14 - Create, publish, and display a sphere;
15 - Create a box, publish it in a folder <em>boxset</em>, and display it in <em>pink</em> color.
16 - Erase the sphere from the viewer (the sphere still exists in the study)
17 - Delete the cylinder. It is no longer displayed and does not exist any more in the study or in the GEOM component.
18
19 At outcome of the test execution, the following objects appear in the SALOME session:
20 - the box located in a dedicated study folder and displayed in the viewer;
21 - the sphere in the standard place of the study, and not displayed.
22
23 */