fix compilation warnings

This commit is contained in:
eap 2013-06-17 12:09:15 +00:00
parent 6ddc7178e6
commit d473d53e90
5 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
selecting \b Color in the pop-up menu box.
This functionality is avalible only if \em artificial
\ref material "material model" is assigned to the selected shape.
\ref material_page "material model" is assigned to the selected shape.
\n <b>TUI Command:</b> <em>gg.setColor(ID, Short, Short, Short)</em>

View File

@ -13,7 +13,7 @@ There are 2 algorithms to create a hexahedral solid in the 3D space.
Firstly, you can define a Hexahedral Solid by two faces, other four faces are created automatically.
<b>TUI Command:</b> <em>geompy.MakeHexa2Faces(F1, F2),</em>
<b>Arguments: Name + 2 Faces.
<b>Arguments:</b> Name + 2 Faces.
\image html block4.png
@ -40,4 +40,4 @@ The created blocks can be processed with \ref blocks_operations_page "Operation
Our <b>TUI Scripts</b> provide you with useful examples of
\ref tui_building_by_blocks_page "Building by Blocks".
*/
*/

View File

@ -13,7 +13,7 @@ There are 3 algorithms to create a Quadrangle Face in the 3D space.
The created blocks can be processed with \ref blocks_operations_page "Operations on Blocks".
Our <b>TUI Scripts</b> provide you with useful examples of
\ref tui_building_by_blocks_p
\ref tui_building_by_blocks_page
The created blocks can be processed with \ref blocks_operations_page "Operations on Blocks".
@ -31,7 +31,7 @@ created automatically.
\image html block1.png
Secondly, you can define a Quadrangle Face by two edges, while the other two edges are created automatically.
<b>TUI Command:</b> <em>geompy.MakeQuad2Edges(E1, E2)
<b>TUI Command:</b> <em>geompy.MakeQuad2Edges(E1, E2)</em>
<b>Arguments:</b> Name + 2 Edges.
\image html block2.png
@ -46,4 +46,4 @@ Finally, you can define a Quadrangle Face by four edges.
\n <b>Example:</b>
\image html image185.png "Quadrangle face built by blocks"
*/
*/

View File

@ -12,7 +12,7 @@ Result of each operation will be a GEOM_Object.
<b>TUI Command:</b> <em>geompy.MakeSmoothingSurface(lPoints)</em>
<b>Arguments:</b>
- \b lPoints - list of points
- \b Points - list of points
\image html smoothingsurface_dlg.png

View File

@ -11,7 +11,7 @@ where all package functionality is separated in groups by purpose.
\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>
\n Please see \ref geompy_migration_page
\n
\anchor tui_sample_geom_script