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>
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
Our <b>TUI Scripts</b> provide you with useful examples of
\ref tui_building_by_blocks_page "Building by Blocks".
-*/
\ No newline at end of file
+*/
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".
\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
\n <b>Example:</b>
\image html image185.png "Quadrangle face built by blocks"
-*/
\ No newline at end of file
+*/
<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
\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