Salome HOME
Doc : Add an Angle option in the cylinder primitive in order to build portion of...
[modules/geom.git] / doc / salome / gui / GEOM / input / manipulate_object.doc
index a27fdd422f545b607b1dfc17a653a5d51f6fe02f..3e12df685e162eae8b576c70eb737eda0236722f 100644 (file)
@@ -2,6 +2,13 @@
 
 \page manipulate_object Manipulate GEOM object in the study (module geomtools)
 
+The Python module <a href="geompy_doc/group__geomtools.html">geomtools</a> provides
+utility functions to handle %GEOM items in SALOME study:
+- add or remove a shape;
+- display or erase a shape in the viewer;
+- completely delete a shape (undisplay, unpublish, and destroy it);
+- manage the selection in the object browser
+
 The usage of <em>geomtools</em> module can be tested with the following set of instructions:
 
 \code
@@ -17,7 +24,7 @@ This test executes the following procedure:
 - Delete the cylinder. It is no longer displayed and does not exist any more in the study or in the GEOM component.
 
 At outcome of the test execution, the following objects appear in the SALOME session:
-- the box located in a dedicated study folder and displayed in the viewer;
-- the sphere in the standard place of the study, and not displayed.
+- The box located in a dedicated study folder and displayed in the viewer;
+- The sphere in the standard place of the study, and not displayed.
 
 */