Salome HOME
0020108: EDF 852 SMESH : Add examples in projection algorithm doc
authoreap <eap@opencascade.com>
Thu, 27 Aug 2009 12:41:45 +0000 (12:41 +0000)
committereap <eap@opencascade.com>
Thu, 27 Aug 2009 12:41:45 +0000 (12:41 +0000)
 minor changes

doc/salome/gui/SMESH/input/tui_defining_hypotheses.doc

index b195b12c6c663c16671ede4977c04aa8f8abeee8..d410c6c592422eb949a4d1a8a8c74bfcb3367269 100644 (file)
@@ -388,10 +388,10 @@ tetraN.Compute()
 
 <br>
 \anchor tui_projection
-<h3>Projection algorithms</h3>
+<h3>Projection Algorithms</h3>
 
 \code
-# Project pentahedrons from one meshed box to another mesh on the same box
+# Project prisms from one meshed box to another mesh on the same box
 
 from smesh import *
 
@@ -451,6 +451,7 @@ tgt_mesh.Compute()
 
 # Move the source mesh to visualy compare the two meshes
 src_mesh.TranslateObject( src_mesh, MakeDirStruct( 210, 0, 0 ), Copy=False)
+
 \endcode
 
 \n Other meshing algorithms: