From a04b947563af258c02b58fedf9af775859b9cbdf Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 27 Aug 2009 12:41:45 +0000 Subject: [PATCH] 0020108: EDF 852 SMESH : Add examples in projection algorithm doc minor changes --- doc/salome/gui/SMESH/input/tui_defining_hypotheses.doc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/salome/gui/SMESH/input/tui_defining_hypotheses.doc b/doc/salome/gui/SMESH/input/tui_defining_hypotheses.doc index b195b12c6..d410c6c59 100644 --- a/doc/salome/gui/SMESH/input/tui_defining_hypotheses.doc +++ b/doc/salome/gui/SMESH/input/tui_defining_hypotheses.doc @@ -388,10 +388,10 @@ tetraN.Compute()
\anchor tui_projection -

Projection algorithms

+

Projection Algorithms

\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: -- 2.30.2