mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 20:50:32 +05:00
0020108: EDF 852 SMESH : Add examples in projection algorithm doc
minor changes
This commit is contained in:
parent
e9f50eef1a
commit
a04b947563
@ -388,10 +388,10 @@ tetraN.Compute()
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
\anchor tui_projection
|
\anchor tui_projection
|
||||||
<h3>Projection algorithms</h3>
|
<h3>Projection Algorithms</h3>
|
||||||
|
|
||||||
\code
|
\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 *
|
from smesh import *
|
||||||
|
|
||||||
@ -451,6 +451,7 @@ tgt_mesh.Compute()
|
|||||||
|
|
||||||
# Move the source mesh to visualy compare the two meshes
|
# Move the source mesh to visualy compare the two meshes
|
||||||
src_mesh.TranslateObject( src_mesh, MakeDirStruct( 210, 0, 0 ), Copy=False)
|
src_mesh.TranslateObject( src_mesh, MakeDirStruct( 210, 0, 0 ), Copy=False)
|
||||||
|
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
\n Other meshing algorithms:
|
\n Other meshing algorithms:
|
||||||
|
Loading…
Reference in New Issue
Block a user