mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
fix compilation warnings
This commit is contained in:
parent
6ddc7178e6
commit
d473d53e90
@ -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>
|
||||
|
||||
|
@ -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".
|
||||
|
||||
*/
|
||||
*/
|
||||
|
@ -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"
|
||||
|
||||
*/
|
||||
*/
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user