X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fpython_interface.doc;h=7aaad029d91722448cb06abc8792b055e58788a5;hb=69b2ec02a2002731ceaf0597fa9f4dd9cd57dc91;hp=a8fe1e99efb13f4e7a20fe48216bc41c77d19eb9;hpb=944a286cc213fc509b2cc09c9435530aff9a2a50;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/python_interface.doc b/doc/salome/gui/GEOM/input/python_interface.doc index a8fe1e99e..7aaad029d 100644 --- a/doc/salome/gui/GEOM/input/python_interface.doc +++ b/doc/salome/gui/GEOM/input/python_interface.doc @@ -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 geomtools.py 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 salome.geom. Its documentation is mainly generated from the code of source python files. -salome.geom – Package containing the %GEOM python utilities: -- geomtools -- sketcher -- structelem \note The main package salome contains other sub-packages that are distributed with the other SALOME modules. For example, the KERNEL