Improve tui examples way of documenting by specifying doxygen alias

This commit is contained in:
vsr 2013-02-14 10:45:47 +00:00
parent 5ef15e859c
commit 9e669d1bbb
35 changed files with 114 additions and 204 deletions

View File

@ -43,7 +43,7 @@ FILE_PATTERNS = *.doc
EXCLUDE_PATTERNS = creating_adv_obj.doc EXCLUDE_PATTERNS = creating_adv_obj.doc
EXCLUDE = EXCLUDE =
IMAGE_PATH = @srcdir@/images IMAGE_PATH = @srcdir@/images
EXAMPLE_PATH = @top_srcdir@/src/GEOM_SWIG @top_srcdir@/doc/salome/examples EXAMPLE_PATH = @top_srcdir@/doc/salome/examples @top_srcdir@/src/GEOM_SWIG
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
#HTML related options #HTML related options
@ -81,3 +81,8 @@ TAGFILES = geompy_doc.tag=../GEOM/geompy_doc #rnv: 07.04.2011 Workaroun
#because it wrongly defines location of the html files for search. #because it wrongly defines location of the html files for search.
ALLEXTERNALS = NO ALLEXTERNALS = NO
SEARCHENGINE = YES SEARCHENGINE = YES
#---------------------------------------------------------------------------
#Custom commands
#---------------------------------------------------------------------------
ALIASES += tui_script{1}="\include \1 <a href=\"../../examples/GEOM/\1\">Download this script</a>"

View File

@ -41,7 +41,7 @@ WARNINGS = YES
INPUT = @srcdir@/input INPUT = @srcdir@/input
FILE_PATTERNS = tui_*.doc FILE_PATTERNS = tui_*.doc
IMAGE_PATH = @srcdir@/images IMAGE_PATH = @srcdir@/images
EXAMPLE_PATH = @top_srcdir@/src/GEOM_SWIG EXAMPLE_PATH = @top_srcdir@/doc/salome/examples @top_srcdir@/src/GEOM_SWIG
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
#HTML related options #HTML related options
@ -71,3 +71,8 @@ GENERATE_RTF = NO
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
GENERATE_TAGFILE = tui_examples.tag GENERATE_TAGFILE = tui_examples.tag
SEARCHENGINE = YES SEARCHENGINE = YES
#---------------------------------------------------------------------------
#Custom commands
#---------------------------------------------------------------------------
ALIASES += tui_script{1}="\include \1 <a href=\"../../examples/GEOM/\1\">Download this script</a>"

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_3dsketcher_page 3D Sketcher \page tui_3dsketcher_page 3D Sketcher
\include 3dsketcher.py \tui_script{3dsketcher.py}
<a href="../../examples/GEOM/3dsketcher.py">Download this script</a>
*/ */

View File

@ -4,18 +4,15 @@
\anchor tui_creation_pipetshape \anchor tui_creation_pipetshape
<br><h2>Creation of PipeTShape</h2> <br><h2>Creation of PipeTShape</h2>
\include advanced_geom_objs_ex01.py \tui_script{advanced_geom_objs_ex01.py}
<a href="../../examples/GEOM/advanced_geom_objs_ex01.py">Download this script</a>
\anchor tui_creation_divideddisk \anchor tui_creation_divideddisk
<br><h2>Creation of DividedDisk</h2> <br><h2>Creation of DividedDisk</h2>
\include advanced_geom_objs_ex02.py \tui_script{advanced_geom_objs_ex02.py}
<a href="../../examples/GEOM/advanced_geom_objs_ex02.py">Download this script</a>
\anchor tui_creation_dividedcylinder \anchor tui_creation_dividedcylinder
<br><h2>Creation of DividedCylinder</h2> <br><h2>Creation of DividedCylinder</h2>
\include advanced_geom_objs_ex03.py \tui_script{advanced_geom_objs_ex03.py}
<a href="../../examples/GEOM/advanced_geom_objs_ex03.py">Download this script</a>
<!--@@ insert new functions before this line @@ do not remove this line @@--> <!--@@ insert new functions before this line @@ do not remove this line @@-->
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_angle_page Angle \page tui_angle_page Angle
\include angle.py \tui_script{angle.py}
<a href="../../examples/GEOM/angle.py">Download this script</a>
*/ */

View File

@ -4,47 +4,38 @@
\anchor tui_creation_point \anchor tui_creation_point
<br><h2>Creation of a Point</h2> <br><h2>Creation of a Point</h2>
\include basic_geom_objs_ex01.py \tui_script{basic_geom_objs_ex01.py}
<a href="../../examples/GEOM/basic_geom_objs_ex01.py">Download this script</a>
\anchor tui_creation_line \anchor tui_creation_line
<br><h2>Creation of a Line</h2> <br><h2>Creation of a Line</h2>
\include basic_geom_objs_ex02.py \tui_script{basic_geom_objs_ex02.py}
<a href="../../examples/GEOM/basic_geom_objs_ex02.py">Download this script</a>
\anchor tui_creation_circle \anchor tui_creation_circle
<br><h2>Creation of a Circle</h2> <br><h2>Creation of a Circle</h2>
\include basic_geom_objs_ex03.py \tui_script{basic_geom_objs_ex03.py}
<a href="../../examples/GEOM/basic_geom_objs_ex03.py">Download this script</a>
\anchor tui_creation_ellipse \anchor tui_creation_ellipse
<br><h2>Creation of an Ellipse</h2> <br><h2>Creation of an Ellipse</h2>
\include basic_geom_objs_ex04.py \tui_script{basic_geom_objs_ex04.py}
<a href="../../examples/GEOM/basic_geom_objs_ex04.py">Download this script</a>
\anchor tui_creation_arc \anchor tui_creation_arc
<br><h2>Creation of an Arc</h2> <br><h2>Creation of an Arc</h2>
\include basic_geom_objs_ex05.py \tui_script{basic_geom_objs_ex05.py}
<a href="../../examples/GEOM/basic_geom_objs_ex05.py">Download this script</a>
\anchor tui_creation_curve \anchor tui_creation_curve
<br><h2>Creation of a Curve</h2> <br><h2>Creation of a Curve</h2>
\include basic_geom_objs_ex06.py \tui_script{basic_geom_objs_ex06.py}
<a href="../../examples/GEOM/basic_geom_objs_ex06.py">Download this script</a>
\anchor tui_creation_vector \anchor tui_creation_vector
<br><h2>Creation of a Vector</h2> <br><h2>Creation of a Vector</h2>
\include basic_geom_objs_ex07.py \tui_script{basic_geom_objs_ex07.py}
<a href="../../examples/GEOM/basic_geom_objs_ex07.py">Download this script</a>
\anchor tui_creation_plane \anchor tui_creation_plane
<br><h2>Creation of a Plane</h2> <br><h2>Creation of a Plane</h2>
\include basic_geom_objs_ex08.py \tui_script{basic_geom_objs_ex08.py}
<a href="../../examples/GEOM/basic_geom_objs_ex08.py">Download this script</a>
\anchor tui_creation_lcs \anchor tui_creation_lcs
<br><h2>Creation of a Local Coordinate System</h2> <br><h2>Creation of a Local Coordinate System</h2>
\include basic_geom_objs_ex09.py \tui_script{basic_geom_objs_ex09.py}
<a href="../../examples/GEOM/basic_geom_objs_ex09.py">Download this script</a>
*/ */

View File

@ -4,17 +4,14 @@
\anchor tui_partition \anchor tui_partition
<br><h2>Partition</h2> <br><h2>Partition</h2>
\include basic_operations_ex01.py \tui_script{basic_operations_ex01.py}
<a href="../../examples/GEOM/basic_operations_ex01.py">Download this script</a>
\anchor tui_archimede \anchor tui_archimede
<br><h2>Archimede</h2> <br><h2>Archimede</h2>
\include basic_operations_ex02.py \tui_script{basic_operations_ex02.py}
<a href="../../examples/GEOM/basic_operations_ex02.py">Download this script</a>
\anchor tui_restore_prs_params \anchor tui_restore_prs_params
<br><h2>Restore presentation parameters and sub-shapes</h2> <br><h2>Restore presentation parameters and sub-shapes</h2>
\include basic_operations_ex03.py \tui_script{basic_operations_ex03.py}
<a href="../../examples/GEOM/basic_operations_ex03.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_basic_properties_page Basic Properties \page tui_basic_properties_page Basic Properties
\include basic_properties.py \tui_script{basic_properties.py}
<a href="../../examples/GEOM/basic_properties.py">Download this script</a>
*/ */

View File

@ -4,17 +4,14 @@
\anchor tui_multi_transformation \anchor tui_multi_transformation
<br><h2>Multi Transformation</h2> <br><h2>Multi Transformation</h2>
\include blocks_operations_ex01.py \tui_script{blocks_operations_ex01.py}
<a href="../../examples/GEOM/blocks_operations_ex01.py">Download this script</a>
\anchor tui_explode_on_blocks \anchor tui_explode_on_blocks
<br><h2>Explode on Blocks</h2> <br><h2>Explode on Blocks</h2>
\include blocks_operations_ex02.py \tui_script{blocks_operations_ex02.py}
<a href="../../examples/GEOM/blocks_operations_ex02.py">Download this script</a>
\anchor tui_propagate \anchor tui_propagate
<br><h2>Propagate</h2> <br><h2>Propagate</h2>
\include blocks_operations_ex03.py \tui_script{blocks_operations_ex03.py}
<a href="../../examples/GEOM/blocks_operations_ex03.py">Download this script</a>
*/ */

View File

@ -4,22 +4,18 @@
\anchor tui_fuse \anchor tui_fuse
<br><h2>Fuse</h2> <br><h2>Fuse</h2>
\include boolean_operations_ex01.py \tui_script{boolean_operations_ex01.py}
<a href="../../examples/GEOM/boolean_operations_ex01.py">Download this script</a>
\anchor tui_common \anchor tui_common
<br><h2>Common</h2> <br><h2>Common</h2>
\include boolean_operations_ex02.py \tui_script{boolean_operations_ex02.py}
<a href="../../examples/GEOM/boolean_operations_ex02.py">Download this script</a>
\anchor tui_cut \anchor tui_cut
<br><h2>Cut</h2> <br><h2>Cut</h2>
\include boolean_operations_ex03.py \tui_script{boolean_operations_ex03.py}
<a href="../../examples/GEOM/boolean_operations_ex03.py">Download this script</a>
\anchor tui_section \anchor tui_section
<br><h2>Section</h2> <br><h2>Section</h2>
\include boolean_operations_ex04.py \tui_script{boolean_operations_ex04.py}
<a href="../../examples/GEOM/boolean_operations_ex04.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_bounding_box_page Bounding Box \page tui_bounding_box_page Bounding Box
\include bounding_box.py \tui_script{bounding_box.py}
<a href="../../examples/GEOM/bounding_box.py">Download this script</a>
*/ */

View File

@ -3,11 +3,9 @@
\page tui_building_by_blocks_page Building by Blocks \page tui_building_by_blocks_page Building by Blocks
<br><h2>Quadrangle Face</h2> <br><h2>Quadrangle Face</h2>
\include building_by_blocks_ex01.py \tui_script{building_by_blocks_ex01.py}
<a href="../../examples/GEOM/building_by_blocks_ex01.py">Download this script</a>
<br><h2>Hexagonal Solid</h2> <br><h2>Hexagonal Solid</h2>
\include building_by_blocks_ex02.py \tui_script{building_by_blocks_ex02.py}
<a href="../../examples/GEOM/building_by_blocks_ex02.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_center_of_mass_page Center of masses \page tui_center_of_mass_page Center of masses
\include center_of_mass.py \tui_script{center_of_mass.py}
<a href="../../examples/GEOM/center_of_mass.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_check_compound_of_blocks_page Check Compound of Blocks \page tui_check_compound_of_blocks_page Check Compound of Blocks
\include check_compound_of_blocks.py \tui_script{check_compound_of_blocks.py}
<a href="../../examples/GEOM/check_compound_of_blocks.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_check_self_intersections_page Detect Self-intersections \page tui_check_self_intersections_page Detect Self-intersections
\include check_self_intersections.py \tui_script{check_self_intersections.py}
<a href="../../examples/GEOM/check_self_intersections.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_check_shape_page Check Shape \page tui_check_shape_page Check Shape
\include check_shape.py \tui_script{check_shape.py}
<a href="../../examples/GEOM/check_shape.py">Download this script</a>
*/ */

View File

@ -4,51 +4,42 @@
\anchor tui_creation_prism \anchor tui_creation_prism
<br><h2>Creation of a Prism</h2> <br><h2>Creation of a Prism</h2>
\include complex_objs_ex01.py \tui_script{complex_objs_ex01.py}
<a href="../../examples/GEOM/complex_objs_ex01.py">Download this script</a>
\anchor tui_creation_revolution \anchor tui_creation_revolution
<br><h2>Creation of a Revolution</h2> <br><h2>Creation of a Revolution</h2>
\include complex_objs_ex02.py \tui_script{complex_objs_ex02.py}
<a href="../../examples/GEOM/complex_objs_ex02.py">Download this script</a>
\anchor tui_creation_filling \anchor tui_creation_filling
<br><h2>Creation of a Filling</h2> <br><h2>Creation of a Filling</h2>
\include complex_objs_ex03.py \tui_script{complex_objs_ex03.py}
<a href="../../examples/GEOM/complex_objs_ex03.py">Download this script</a>
\anchor tui_creation_pipe \anchor tui_creation_pipe
<br><h2>Creation of a Pipe</h2> <br><h2>Creation of a Pipe</h2>
\include complex_objs_ex04.py \tui_script{complex_objs_ex04.py}
<a href="../../examples/GEOM/complex_objs_ex04.py">Download this script</a>
\anchor tui_creation_pipe_with_diff_sec \anchor tui_creation_pipe_with_diff_sec
<br><h2>Creation of a PipeWithDifferentSections</h2> <br><h2>Creation of a PipeWithDifferentSections</h2>
\include complex_objs_ex05.py \tui_script{complex_objs_ex05.py}
<a href="../../examples/GEOM/complex_objs_ex05.py">Download this script</a>
\anchor tui_creation_pipe_with_shell_sec \anchor tui_creation_pipe_with_shell_sec
<br><h2>Creation of a PipeWithShellSections</h2> <br><h2>Creation of a PipeWithShellSections</h2>
\include complex_objs_ex06.py \tui_script{complex_objs_ex06.py}
<a href="../../examples/GEOM/complex_objs_ex06.py">Download this script</a>
\anchor tui_creation_pipe_without_path \anchor tui_creation_pipe_without_path
<br><h2>Creation of a PipeShellsWithoutPath</h2> <br><h2>Creation of a PipeShellsWithoutPath</h2>
\include complex_objs_ex07.py \tui_script{complex_objs_ex07.py}
<a href="../../examples/GEOM/complex_objs_ex07.py">Download this script</a>
\anchor tui_creation_pipe_binormal_along_vector \anchor tui_creation_pipe_binormal_along_vector
<br><h2>Creation of a PipeBiNormalAlongVector</h2> <br><h2>Creation of a PipeBiNormalAlongVector</h2>
\include complex_objs_ex08.py \tui_script{complex_objs_ex08.py}
<a href="../../examples/GEOM/complex_objs_ex08.py">Download this script</a>
\anchor tui_creation_pipe_path \anchor tui_creation_pipe_path
<br><h2>Creation of a Middle Path</h2> <br><h2>Creation of a Middle Path</h2>
\include complex_objs_ex09.py \tui_script{complex_objs_ex09.py}
<a href="../../examples/GEOM/complex_objs_ex09.py">Download this script</a>
\anchor tui_creation_tangent_plane_on_face
<br><h2>Creation of Tangent Plane On Face</h2> <br><h2>Creation of Tangent Plane On Face</h2>
\include complex_objs_ex10.py \tui_script{complex_objs_ex10.py}
<a href="../../examples/GEOM/complex_objs_ex10.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_free_boundaries_page Check Free Boundaries \page tui_free_boundaries_page Check Free Boundaries
\include free_boundaries.py \tui_script{free_boundaries.py}
<a href="../../examples/GEOM/free_boundaries.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_free_faces_page Check Free Faces \page tui_free_faces_page Check Free Faces
\include free_faces.py \tui_script{free_faces.py}
<a href="../../examples/GEOM/free_faces.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_get_non_blocks_page Get Non Blocks \page tui_get_non_blocks_page Get Non Blocks
\include get_non_blocks.py \tui_script{get_non_blocks.py}
<a href="../../examples/GEOM/get_non_blocks.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_import_export_page Import/Export \page tui_import_export_page Import/Export
\include import_export.py \tui_script{import_export.py}
<a href="../../examples/GEOM/import_export.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_inertia_page Inertia \page tui_inertia_page Inertia
\include inertia.py \tui_script{inertia.py}
<a href="../../examples/GEOM/inertia.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_min_distance_page Minimal Distance \page tui_min_distance_page Minimal Distance
\include min_distance.py \tui_script{min_distance.py}
<a href="../../examples/GEOM/min_distance.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_normal_face_page Normal to a Face \page tui_normal_face_page Normal to a Face
\include normal_face.py \tui_script{normal_face.py}
<a href="../../examples/GEOM/normal_face.py">Download this script</a>
*/ */

View File

@ -3,7 +3,6 @@
\page tui_notebook_geom_page Using SALOME NoteBook \page tui_notebook_geom_page Using SALOME NoteBook
\anchor tui_notebook_geom \anchor tui_notebook_geom
\include notebook_geom.py \tui_script{notebook_geom.py}
<a href="../../examples/GEOM/notebook_geom.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_point_coordinates_page Point Coordinates \page tui_point_coordinates_page Point Coordinates
\include point_coordinates.py \tui_script{point_coordinates.py}
<a href="../../examples/GEOM/point_coordinates.py">Download this script</a>
*/ */

View File

@ -4,37 +4,30 @@
\anchor tui_creation_box \anchor tui_creation_box
<br><h2>Creation of a Box</h2> <br><h2>Creation of a Box</h2>
\include primitives_ex01.py \tui_script{primitives_ex01.py}
<a href="../../examples/GEOM/primitives_ex01.py">Download this script</a>
\anchor tui_creation_cylinder \anchor tui_creation_cylinder
<br><h2>Creation of a Cylinder</h2> <br><h2>Creation of a Cylinder</h2>
\include primitives_ex02.py \tui_script{primitives_ex02.py}
<a href="../../examples/GEOM/primitives_ex02.py">Download this script</a>
\anchor tui_creation_sphere \anchor tui_creation_sphere
<br><h2>Creation of a Sphere</h2> <br><h2>Creation of a Sphere</h2>
\include primitives_ex03.py \tui_script{primitives_ex03.py}
<a href="../../examples/GEOM/primitives_ex03.py">Download this script</a>
\anchor tui_creation_torus \anchor tui_creation_torus
<br><h2>Creation of a Torus</h2> <br><h2>Creation of a Torus</h2>
\include primitives_ex04.py \tui_script{primitives_ex04.py}
<a href="../../examples/GEOM/primitives_ex04.py">Download this script</a>
\anchor tui_creation_cone \anchor tui_creation_cone
<br><h2>Creation of a Cone</h2> <br><h2>Creation of a Cone</h2>
\include primitives_ex05.py \tui_script{primitives_ex05.py}
<a href="../../examples/GEOM/primitives_ex05.py">Download this script</a>
\anchor tui_creation_disk \anchor tui_creation_disk
<br><h2>Creation of a Disk</h2> <br><h2>Creation of a Disk</h2>
\include primitives_ex06.py \tui_script{primitives_ex06.py}
<a href="../../examples/GEOM/primitives_ex06.py">Download this script</a>
\anchor tui_creation_squareface \anchor tui_creation_squareface
<br><h2>Creation of a Rectangle</h2> <br><h2>Creation of a Rectangle</h2>
\include primitives_ex07.py \tui_script{primitives_ex07.py}
<a href="../../examples/GEOM/primitives_ex07.py">Download this script</a>
*/ */

View File

@ -4,57 +4,46 @@
\anchor tui_shape_processing \anchor tui_shape_processing
<br><h2>Shape Processing</h2> <br><h2>Shape Processing</h2>
\include repairing_operations_ex01.py \tui_script{repairing_operations_ex01.py}
<a href="../../examples/GEOM/repairing_operations_ex01.py">Download this script</a>
\anchor tui_suppress_faces \anchor tui_suppress_faces
<br><h2>Suppress Faces</h2> <br><h2>Suppress Faces</h2>
\include repairing_operations_ex02.py \tui_script{repairing_operations_ex02.py}
<a href="../../examples/GEOM/repairing_operations_ex02.py">Download this script</a>
\anchor tui_close_contour \anchor tui_close_contour
<br><h2>Close Contour</h2> <br><h2>Close Contour</h2>
\include repairing_operations_ex03.py \tui_script{repairing_operations_ex03.py}
<a href="../../examples/GEOM/repairing_operations_ex03.py">Download this script</a>
\anchor tui_suppress_internal_wires \anchor tui_suppress_internal_wires
<br><h2>Suppress Internal Wires</h2> <br><h2>Suppress Internal Wires</h2>
\include repairing_operations_ex04.py \tui_script{repairing_operations_ex04.py}
<a href="../../examples/GEOM/repairing_operations_ex04.py">Download this script</a>
\anchor tui_suppress_holes \anchor tui_suppress_holes
<br><h2>Suppress Holes</h2> <br><h2>Suppress Holes</h2>
\include repairing_operations_ex05.py \tui_script{repairing_operations_ex05.py}
<a href="../../examples/GEOM/repairing_operations_ex05.py">Download this script</a>
\anchor tui_sewing \anchor tui_sewing
<br><h2>Sewing</h2> <br><h2>Sewing</h2>
\include repairing_operations_ex06.py \tui_script{repairing_operations_ex06.py}
<a href="../../examples/GEOM/repairing_operations_ex06.py">Download this script</a>
\anchor tui_glue_faces \anchor tui_glue_faces
<br><h2>Glue Faces</h2> <br><h2>Glue Faces</h2>
\include repairing_operations_ex07.py \tui_script{repairing_operations_ex07.py}
<a href="../../examples/GEOM/repairing_operations_ex07.py">Download this script</a>
\anchor tui_glue_edges \anchor tui_glue_edges
<br><h2>Glue Edges</h2> <br><h2>Glue Edges</h2>
\include repairing_operations_ex08.py \tui_script{repairing_operations_ex08.py}
<a href="../../examples/GEOM/repairing_operations_ex08.py">Download this script</a>
\anchor tui_limit_tolerance \anchor tui_limit_tolerance
<br><h2>Limit Tolerance</h2> <br><h2>Limit Tolerance</h2>
\include repairing_operations_ex09.py \tui_script{repairing_operations_ex09.py}
<a href="../../examples/GEOM/repairing_operations_ex09.py">Download this script</a>
\anchor tui_add_point_on_edge \anchor tui_add_point_on_edge
<br><h2>Add Point on Edge</h2> <br><h2>Add Point on Edge</h2>
\include repairing_operations_ex10.py \tui_script{repairing_operations_ex10.py}
<a href="../../examples/GEOM/repairing_operations_ex10.py">Download this script</a>
\anchor tui_fuse_collinear_edges \anchor tui_fuse_collinear_edges
<br><h2>Fuse Collinear Edges within a Wire</h2> <br><h2>Fuse Collinear Edges within a Wire</h2>
\include repairing_operations_ex11.py \tui_script{repairing_operations_ex11.py}
<a href="../../examples/GEOM/repairing_operations_ex11.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_sketcher_page 2D Sketcher \page tui_sketcher_page 2D Sketcher
\include sketcher.py \tui_script{sketcher.py}
<a href="../../examples/GEOM/sketcher.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_tolerance_page Tolerance \page tui_tolerance_page Tolerance
\include tolerance.py \tui_script{tolerance.py}
<a href="../../examples/GEOM/tolerance.py">Download this script</a>
*/ */

View File

@ -4,32 +4,26 @@
\anchor tui_creation_edge \anchor tui_creation_edge
<br><h2>Creation of an Edge</h2> <br><h2>Creation of an Edge</h2>
\include topological_geom_objs_ex01.py \tui_script{topological_geom_objs_ex01.py}
<a href="../../examples/GEOM/topological_geom_objs_ex01.py">Download this script</a>
\anchor tui_creation_wire \anchor tui_creation_wire
<br><h2>Creation of a Wire</h2> <br><h2>Creation of a Wire</h2>
\include topological_geom_objs_ex02.py \tui_script{topological_geom_objs_ex02.py}
<a href="../../examples/GEOM/topological_geom_objs_ex02.py">Download this script</a>
\anchor tui_creation_face \anchor tui_creation_face
<br><h2>Creation of a Face</h2> <br><h2>Creation of a Face</h2>
\include topological_geom_objs_ex03.py \tui_script{topological_geom_objs_ex03.py}
<a href="../../examples/GEOM/topological_geom_objs_ex03.py">Download this script</a>
\anchor tui_creation_shell \anchor tui_creation_shell
<br><h2>Creation of a Shell</h2> <br><h2>Creation of a Shell</h2>
\include topological_geom_objs_ex04.py \tui_script{topological_geom_objs_ex04.py}
<a href="../../examples/GEOM/topological_geom_objs_ex04.py">Download this script</a>
\anchor tui_creation_solid \anchor tui_creation_solid
<br><h2>Creation of a Solid</h2> <br><h2>Creation of a Solid</h2>
\include topological_geom_objs_ex05.py \tui_script{topological_geom_objs_ex05.py}
<a href="../../examples/GEOM/topological_geom_objs_ex05.py">Download this script</a>
\anchor tui_creation_compound \anchor tui_creation_compound
<br><h2>Creation of a Compound</h2> <br><h2>Creation of a Compound</h2>
\include topological_geom_objs_ex06.py \tui_script{topological_geom_objs_ex06.py}
<a href="../../examples/GEOM/topological_geom_objs_ex06.py">Download this script</a>
*/ */

View File

@ -4,67 +4,54 @@
\anchor tui_translation \anchor tui_translation
<br><h2>Translation</h2> <br><h2>Translation</h2>
\include transformation_operations_ex01.py \tui_script{transformation_operations_ex01.py}
<a href="../../examples/GEOM/transformation_operations_ex01.py">Download this script</a>
\anchor tui_rotation \anchor tui_rotation
<br><h2>Rotation</h2> <br><h2>Rotation</h2>
\include transformation_operations_ex02.py \tui_script{transformation_operations_ex02.py}
<a href="../../examples/GEOM/transformation_operations_ex02.py">Download this script</a>
\anchor tui_modify_location \anchor tui_modify_location
<br><h2>Modify Location</h2> <br><h2>Modify Location</h2>
\include transformation_operations_ex03.py \tui_script{transformation_operations_ex03.py}
<a href="../../examples/GEOM/transformation_operations_ex03.py">Download this script</a>
\anchor tui_mirror \anchor tui_mirror
<br><h2>Mirror Image</h2> <br><h2>Mirror Image</h2>
\include transformation_operations_ex04.py \tui_script{transformation_operations_ex04.py}
<a href="../../examples/GEOM/transformation_operations_ex04.py">Download this script</a>
\anchor tui_scale \anchor tui_scale
<br><h2>Scale Transform</h2> <br><h2>Scale Transform</h2>
\include transformation_operations_ex05.py \tui_script{transformation_operations_ex05.py}
<a href="../../examples/GEOM/transformation_operations_ex05.py">Download this script</a>
\anchor tui_offset \anchor tui_offset
<br><h2>Offset Surface</h2> <br><h2>Offset Surface</h2>
\include transformation_operations_ex06.py \tui_script{transformation_operations_ex06.py}
<a href="../../examples/GEOM/transformation_operations_ex06.py">Download this script</a>
\anchor tui_projection \anchor tui_projection
<br><h2>Projection</h2> <br><h2>Projection</h2>
\include transformation_operations_ex07.py \tui_script{transformation_operations_ex07.py}
<a href="../../examples/GEOM/transformation_operations_ex07.py">Download this script</a>
\anchor tui_multi_translation \anchor tui_multi_translation
<br><h2>Multi Translation</h2> <br><h2>Multi Translation</h2>
\include transformation_operations_ex08.py \tui_script{transformation_operations_ex08.py}
<a href="../../examples/GEOM/transformation_operations_ex08.py">Download this script</a>
\anchor tui_multi_rotation \anchor tui_multi_rotation
<br><h2>Multi Rotation</h2> <br><h2>Multi Rotation</h2>
\include transformation_operations_ex09.py \tui_script{transformation_operations_ex09.py}
<a href="../../examples/GEOM/transformation_operations_ex09.py">Download this script</a>
\anchor tui_fillet2d \anchor tui_fillet2d
<br><h2>Fillet 2D</h2> <br><h2>Fillet 2D</h2>
\include transformation_operations_ex10.py \tui_script{transformation_operations_ex10.py}
<a href="../../examples/GEOM/transformation_operations_ex10.py">Download this script</a>
\anchor tui_fillet1d \anchor tui_fillet1d
<br><h2>Fillet 1D</h2> <br><h2>Fillet 1D</h2>
\include transformation_operations_ex11.py \tui_script{transformation_operations_ex11.py}
<a href="../../examples/GEOM/transformation_operations_ex11.py">Download this script</a>
\anchor tui_fillet \anchor tui_fillet
<br><h2>Fillet</h2> <br><h2>Fillet</h2>
\include transformation_operations_ex12.py \tui_script{transformation_operations_ex12.py}
<a href="../../examples/GEOM/transformation_operations_ex12.py">Download this script</a>
\anchor tui_chamfer \anchor tui_chamfer
<br><h2>Chamfer</h2> <br><h2>Chamfer</h2>
\include transformation_operations_ex13.py \tui_script{transformation_operations_ex13.py}
<a href="../../examples/GEOM/transformation_operations_ex13.py">Download this script</a>
*/ */

View File

@ -4,22 +4,18 @@
\anchor tui_change_disp_mode \anchor tui_change_disp_mode
<br><h2>Changing Display Mode</h2> <br><h2>Changing Display Mode</h2>
\include viewing_geom_objs_ex01.py \tui_script{viewing_geom_objs_ex01.py}
<a href="../../examples/GEOM/viewing_geom_objs_ex01.py">Download this script</a>
\anchor tui_change_color \anchor tui_change_color
<br><h2> Changing Color</h2> <br><h2> Changing Color</h2>
\include viewing_geom_objs_ex02.py \tui_script{viewing_geom_objs_ex02.py}
<a href="../../examples/GEOM/viewing_geom_objs_ex02.py">Download this script</a>
\anchor tui_change_transparency \anchor tui_change_transparency
<br><h2>Changing Transparency</h2> <br><h2>Changing Transparency</h2>
\include viewing_geom_objs_ex03.py \tui_script{viewing_geom_objs_ex03.py}
<a href="../../examples/GEOM/viewing_geom_objs_ex03.py">Download this script</a>
\anchor tui_point_marker \anchor tui_point_marker
<br><h2>Set Point Marker</h2> <br><h2>Set Point Marker</h2>
\include viewing_geom_objs_ex04.py \tui_script{viewing_geom_objs_ex04.py}
<a href="../../examples/GEOM/viewing_geom_objs_ex04.py">Download this script</a>
*/ */

View File

@ -1,7 +1,6 @@
/*! /*!
\page tui_whatis_page What Is \page tui_whatis_page What Is
\include whatis.py \tui_script{whatis.py}
<a href="../../examples/GEOM/whatis.py">Download this script</a>
*/ */

View File

@ -5,35 +5,29 @@
<br> <br>
\anchor tui_create_groups_anchor \anchor tui_create_groups_anchor
<h2>Creation of a group</h2> <h2>Creation of a group</h2>
\include working_with_groups_ex01.py \tui_script{working_with_groups_ex01.py}
<a href="../../examples/GEOM/working_with_groups_ex01.py">Download this script</a>
\anchor tui_edit_groups_anchor \anchor tui_edit_groups_anchor
<br><h2>Adding an object to the group</h2> <br><h2>Adding an object to the group</h2>
\include working_with_groups_ex02.py \tui_script{working_with_groups_ex02.py}
<a href="../../examples/GEOM/working_with_groups_ex02.py">Download this script</a>
<br><h2>Removing an object from the group</h2> <br><h2>Removing an object from the group</h2>
\include working_with_groups_ex03.py \tui_script{working_with_groups_ex03.py}
<a href="../../examples/GEOM/working_with_groups_ex03.py">Download this script</a>
<br> <br>
\anchor tui_union_groups_anchor \anchor tui_union_groups_anchor
<h2>Union Groups</h2> <h2>Union Groups</h2>
\include working_with_groups_ex04.py \tui_script{working_with_groups_ex04.py}
<a href="../../examples/GEOM/working_with_groups_ex04.py">Download this script</a>
<br> <br>
\anchor tui_intersect_groups_anchor \anchor tui_intersect_groups_anchor
<h2>Intersect Groups</h2> <h2>Intersect Groups</h2>
\include working_with_groups_ex05.py \tui_script{working_with_groups_ex05.py}
<a href="../../examples/GEOM/working_with_groups_ex05.py">Download this script</a>
<br> <br>
\anchor tui_cut_groups_anchor \anchor tui_cut_groups_anchor
<h2>Cut Groups</h2> <h2>Cut Groups</h2>
\include working_with_groups_ex06.py \tui_script{working_with_groups_ex06.py}
<a href="../../examples/GEOM/working_with_groups_ex06.py">Download this script</a>
*/ */