Salome HOME
0023580: [EDF] AsterStudy: more distinct display of selected items in 3D view
[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 .. _use_existing_faces.py:
12
13 ``use_existing_faces.py``
14
15 .. literalinclude:: ../../../examples/use_existing_faces.py
16     :linenos:
17     :language: python
18
19 :download:`../../../examples/use_existing_faces.py`
20
21 Resulting mesh:
22
23 .. image:: ../images/use_existing_face_sample_mesh.png
24         :align: center
25
26