]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
PR: examples adaptation to geomBuilder and smeshBuilder
authorprascle <prascle>
Thu, 21 Mar 2013 22:59:51 +0000 (22:59 +0000)
committerprascle <prascle>
Thu, 21 Mar 2013 22:59:51 +0000 (22:59 +0000)
doc/salome/examples/grouping_elements_ex04.py
doc/salome/examples/grouping_elements_ex05.py
doc/salome/examples/grouping_elements_ex06.py
doc/salome/examples/grouping_elements_ex07.py
doc/salome/examples/grouping_elements_ex08.py

index 85f9cd75756a437eaaec4866ec0ccd6e2ab49011..ebd59e76fe876aa86ed3e2e50749e817a09063bf 100644 (file)
@@ -1,6 +1,7 @@
 # Edit a Group
 
 import SMESH_mechanic
+import SMESH
 
 smesh  = SMESH_mechanic.smesh
 mesh   = SMESH_mechanic.mesh
index 360eb5055ddab2e63444c26ee83291fc150d75ca..9883ebda24b0becca2f26828eca1b5513177cb0c 100644 (file)
@@ -1,6 +1,7 @@
 # Union of groups
 
 import SMESH_mechanic
+import SMESH
 
 smesh  = SMESH_mechanic.smesh
 mesh   = SMESH_mechanic.mesh
index 126660b546afceb8965f8b9e4783136a013d0351..060a22d6c8021948bf112b1e8209acda5d3bcb0f 100644 (file)
@@ -1,6 +1,7 @@
 # Intersection of groups
 
 import SMESH_mechanic
+import SMESH
 
 smesh  = SMESH_mechanic.smesh
 mesh   = SMESH_mechanic.mesh
index cfb882f8fff91d96a2c4a13f56ea95687ce09bb0..891ed889a7189f4793f531c76f03d80fee3c6950 100644 (file)
@@ -1,6 +1,7 @@
 # Cut of groups
 
 import SMESH_mechanic
+import SMESH
 
 smesh  = SMESH_mechanic.smesh
 mesh   = SMESH_mechanic.mesh
index d5f489cd5460bce4ee3a92ef61be662290e1e4cd..fa78d72f3f82c6f33bdcc5fb541716a7ded0c1e4 100644 (file)
@@ -1,6 +1,7 @@
 # Creating groups of entities from existing groups of superior dimensions
 
 import SMESH_mechanic
+import SMESH
 
 smesh  = SMESH_mechanic.smesh
 mesh   = SMESH_mechanic.mesh