Salome HOME
Merge branch 'fbt/addAngleInCylPrimitive'
[modules/geom.git] / doc / salome / gui / GEOM / input / python_interface.doc
index a8fe1e99efb13f4e7a20fe48216bc41c77d19eb9..7aaad029d91722448cb06abc8792b055e58788a5 100644 (file)
@@ -4,25 +4,24 @@
 
 The %GEOM python package essentially contains:
 
-- Python Interface \subpage geompy_page "geomBuilder.py" to import/export, create and transform geometrical objects and use measurement tools;
-- Utility functions <em>geomtools.py</em> to handle %GEOM items in Salome study:
+- Python Interface \subpage geompy_page "geomBuilder.py" to import/export,
+  create and transform geometrical objects, manage fields, use measurement tools;
+
+- Utility functions within Python module \subpage manipulate_object "geomtools.py"
+  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
-  See for example how to \subpage manipulate_object "Manipulate a GEOM object in the study".
-- Wrapping functions for %GEOM tools:
-  - sketcher module to create sketches from the python API (gsketcher.py)
-- \subpage struct_elem_visualisation "Visualization of structural elements" function to create
-  geometrical 3D representations of mechanical models called
-  "structural elements" (package \ref structelem.py "structelem")
+  - manage the selection in the object browser.
+
+- \subpage pythonutils_page "Wrapping functions" for %GEOM tools       
+
+- Python package \subpage struct_elem_visualisation "structelem" that provides
+  functions to create geometrical 3D representations of mechanical models called
+  "structural elements"
 
 The functions are distributed in the python package <em>salome.geom.</em> 
 Its documentation is mainly generated from the code of source python files.
-<b>salome.geom</b> – Package containing the %GEOM python utilities:
-- <a href="geompy_doc/group__geomtools.html">geomtools</a>
-- <a href="geompy_doc/group__sketcher.html">sketcher</a>
-- <a href="geompy_doc/group__structelem.html">structelem</a>
 
 \note The main package <em>salome</em> contains other sub-packages that are
 distributed with the other SALOME modules. For example, the KERNEL