Salome HOME
Merge remote branch 'origin/akl/22379'
[modules/geom.git] / doc / salome / gui / GEOM / input / geompy.doc
index cde054cb5d8ba9c051fa0e8f43acf9d31e67d42a..c483ca71ccd6c90c64b4df02bcaeed659b3e3d6f 100644 (file)
@@ -1,7 +1,57 @@
 /*!
 
-\page geompy_page Python Interface geompy.py
+\page geompy_page Python Interface geomBuilder.py
 
-\n Please, see \ref geompyDC::geompyDC "documentation for geompy.py"
+\n Please, see
+<a href="geompy_doc/group__geomBuilder.html">structured documentation for geomBuilder.py</a>,
+where all package functionality is separated in groups by purpose.
 
-*/
\ No newline at end of file
+\n Also you can find any function in the <a href="geompy_doc/namespacegeomBuilder.html">
+linear documentation for geomBuilder.py</a>
+
+\n With SALOME 7.2, the Python interface for Geometry has been slightly modified to offer new functionality,
+\n You may have to modify your scripts generated with SALOME 6 or older versions.
+\n Please see \ref geompy_migration_page
+
+\n
+\anchor tui_sample_geom_script
+<br><h2>GEOM Python script example</h2>
+\tui_script{GEOM_box.py}
+
+\n By the links below you can find sample scripts for all operations
+provided by Geometry module.
+
+<ul>
+  <li>\subpage tui_import_export_page</li>
+  <li>\subpage tui_creating_geom_objs_page</li>
+  <ul>
+    <li>\ref tui_basic_geom_objs_page</li>
+    <li>\ref tui_primitives_page</li>
+    <li>\ref tui_complex_objs_page</li>
+    <li>\ref tui_working_with_groups_page</li>
+    <li>\ref tui_building_by_blocks_page</li>
+    <li>\ref tui_sketcher_page</li>
+    <li>\ref tui_advanced_geom_objs_page</li>
+  </ul>
+  <li>\subpage tui_viewing_geom_objs_page</li>
+  <li>\subpage tui_transformation_page</li>
+  <ul>
+    <li>\ref tui_basic_operations_page</li>
+    <li>\ref tui_boolean_operations_page</li>
+    <li>\ref tui_transformation_operations_page</li>
+    <li>\ref tui_blocks_operations_page</li>
+    <li>\ref tui_repairing_operations_page</li>
+  </ul>
+  <li>\subpage tui_measurement_tools_page</li>
+  <li>\subpage tui_notebook_geom_page</li>
+  <li>\subpage tui_arranging_study_objects_page</li>
+  <li>\subpage tui_swig_examples_page</li>
+  <ul>
+    <li>\ref tui_test_others_page</li>
+    <li>\ref tui_test_spanner_page</li>
+    <li>\ref tui_test_all_page</li>
+    <li>\ref tui_test_measures_page</li>
+  </ul>
+</ul>
+
+*/