PR: examples adaptation to geomBuilder and smeshBuilder

This commit is contained in:
prascle 2013-03-21 22:59:51 +00:00
parent e1b581001e
commit 192e80639e
5 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Edit a Group
import SMESH_mechanic
import SMESH
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh

View File

@ -1,6 +1,7 @@
# Union of groups
import SMESH_mechanic
import SMESH
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh

View File

@ -1,6 +1,7 @@
# Intersection of groups
import SMESH_mechanic
import SMESH
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh

View File

@ -1,6 +1,7 @@
# Cut of groups
import SMESH_mechanic
import SMESH
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh

View 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