Salome HOME
Allow creating smeshBuilder before geomBuilder
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_use_existing_faces.rst
1 .. _tui_use_existing_faces: 
2
3 *****************************************************
4 Usage of "Use Faces to be Created Manually" algorithm
5 *****************************************************
6
7 This sample demonstrates how to use **Use Faces to be Created Manually** algorithm,
8 which is actually just a stub allowing to use your own 2D algorithm
9 implemented in Python.
10
11 .. literalinclude:: ../../../examples/use_existing_faces.py
12     :linenos:
13     :language: python
14
15 :download:`Download this script <../../../examples/use_existing_faces.py>`
16
17 Resulting mesh:
18
19 .. image:: ../images/use_existing_face_sample_mesh.png
20         :align: center