2008-03-07 12:45:34 +05:00
|
|
|
/*!
|
|
|
|
|
2013-04-04 13:06:43 +06:00
|
|
|
\page geompy_page Python Interface geomBuilder.py
|
2008-03-07 12:45:34 +05:00
|
|
|
|
2009-02-13 17:16:39 +05:00
|
|
|
\n Please, see
|
2013-04-04 13:06:43 +06:00
|
|
|
<a href="geompy_doc/modules.html">structured documentation for geomBuilder.py</a>,
|
2009-02-13 17:16:39 +05:00
|
|
|
where all package functionality is separated in groups by purpose.
|
2008-03-07 12:45:34 +05:00
|
|
|
|
2013-04-05 17:33:20 +06:00
|
|
|
\n Also you can find any function in the \ref geomBuilder
|
2013-04-04 13:06:43 +06:00
|
|
|
"linear documentation for geomBuilder.py".
|
2009-02-13 17:16:39 +05:00
|
|
|
|
2013-04-11 21:16:14 +06:00
|
|
|
\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 <li>\ref geompy_migration_page</li>
|
|
|
|
|
2013-04-04 13:06:43 +06:00
|
|
|
\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
|
2009-02-13 17:16:39 +05:00
|
|
|
provided by Geometry module.
|
|
|
|
|
|
|
|
<ul>
|
2012-08-09 13:58:02 +06:00
|
|
|
<li>\subpage tui_import_export_page</li>
|
2009-02-13 17:16:39 +05:00
|
|
|
<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>
|
2012-08-09 13:58:02 +06:00
|
|
|
<li>\subpage tui_viewing_geom_objs_page</li>
|
2009-02-13 17:16:39 +05:00
|
|
|
<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>
|
2012-08-09 13:58:02 +06:00
|
|
|
<li>\subpage tui_notebook_geom_page</li>
|
2009-02-13 17:16:39 +05:00
|
|
|
<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>
|
2013-02-12 17:35:16 +06:00
|
|
|
<li>\ref tui_test_measures_page</li>
|
2009-02-13 17:16:39 +05:00
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
*/
|