X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fmanipulate_object.doc;h=3e12df685e162eae8b576c70eb737eda0236722f;hb=69b2ec02a2002731ceaf0597fa9f4dd9cd57dc91;hp=a27fdd422f545b607b1dfc17a653a5d51f6fe02f;hpb=944a286cc213fc509b2cc09c9435530aff9a2a50;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/manipulate_object.doc b/doc/salome/gui/GEOM/input/manipulate_object.doc index a27fdd422..3e12df685 100644 --- a/doc/salome/gui/GEOM/input/manipulate_object.doc +++ b/doc/salome/gui/GEOM/input/manipulate_object.doc @@ -2,6 +2,13 @@ \page manipulate_object Manipulate GEOM object in the study (module geomtools) +The Python module geomtools 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 geomtools 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. */