Salome HOME
46dfe1e054a22efa783bbc87e876b3511d05e89a
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_use_existing_faces.doc
1 /*!
2
3 \page tui_use_existing_faces Use existing faces algorithm
4
5 This sample demonstrates how to use <b>Use existing faces</b> algorithm,
6 which is actulally just a stub allowing to use your own 2D algoritm
7 implemented in Python.
8
9 \include use_existing_faces.py
10 <a href="../../examples/SMESH/use_existing_faces.py">Download this script</a>
11
12 Resulting mesh:
13 \image html use_existing_face_sample_mesh.png
14
15 */