Salome HOME
Merge branch 'V8_5_asterstudy'
[modules/smesh.git] / doc / salome / examples / prism_3d_algo.py
index 7be0a29d3ddabad9cebf570f5da15e9166d06087..5aa283edf05d352b2efae68d455fc9b10ff49beb 100644 (file)
@@ -1,4 +1,4 @@
-# Use 3D extrusion meshing algorithm
+# Usage of Extrusion 3D meshing algorithm
 
 import salome
 salome.salome_init()
@@ -58,7 +58,7 @@ mesh = smesh.Mesh( prisms )
 
 # assign Global hypotheses
 
-# 1D algorithm and hypothesis for vertical division
+# 1D algorithm and hypothesis for division along the pipe
 mesh.Segment().NumberOfSegments(15)
 
 # Extrusion 3D algo