Salome HOME
Merge branch 'V9_9_BR'
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_modifying_meshes.rst
index 0981dd7af4975f30cbb3611700e04a319b239fe6..72e541c4dbb56f4ca674e2550e976f8eae966f2d 100644 (file)
@@ -207,6 +207,16 @@ Cutting Quadrangles
 
 :download:`Download this script <../../../examples/modifying_meshes_ex20.py>`
 
+.. _tui_cutting_triangles: 
+
+Cutting Triangles
+=================
+
+.. literalinclude:: ../../../examples/modifying_meshes_cut_triangles.py
+    :language: python
+
+:download:`Download this script <../../../examples/modifying_meshes_cut_triangles.py>`
+
 .. _modifying_meshes_split_vol: 
 
 Split Volumes into Tetrahedra
@@ -308,7 +318,7 @@ If there is no shared faces between the group \#n and the group \#p in the list,
 All the flat elements are gathered into the group named "joints3D" (or "joints2D" in 2D situation).
 The flat element of the multiple junctions between the simple junction are stored in a group named "jointsMultiples".
 
-This example represents an iron cable (a thin cylinder) in a concrete bloc (a big cylinder).
+This example represents an iron cable (a thin cylinder) in a concrete block (a big cylinder).
 The big cylinder is defined by two geometric volumes.
 
 .. literalinclude:: ../../../examples/generate_flat_elements.py