mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
PR: examples adaptation to geomBuilder and smeshBuilder
This commit is contained in:
parent
e1b581001e
commit
192e80639e
@ -1,6 +1,7 @@
|
|||||||
# Edit a Group
|
# Edit a Group
|
||||||
|
|
||||||
import SMESH_mechanic
|
import SMESH_mechanic
|
||||||
|
import SMESH
|
||||||
|
|
||||||
smesh = SMESH_mechanic.smesh
|
smesh = SMESH_mechanic.smesh
|
||||||
mesh = SMESH_mechanic.mesh
|
mesh = SMESH_mechanic.mesh
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# Union of groups
|
# Union of groups
|
||||||
|
|
||||||
import SMESH_mechanic
|
import SMESH_mechanic
|
||||||
|
import SMESH
|
||||||
|
|
||||||
smesh = SMESH_mechanic.smesh
|
smesh = SMESH_mechanic.smesh
|
||||||
mesh = SMESH_mechanic.mesh
|
mesh = SMESH_mechanic.mesh
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# Intersection of groups
|
# Intersection of groups
|
||||||
|
|
||||||
import SMESH_mechanic
|
import SMESH_mechanic
|
||||||
|
import SMESH
|
||||||
|
|
||||||
smesh = SMESH_mechanic.smesh
|
smesh = SMESH_mechanic.smesh
|
||||||
mesh = SMESH_mechanic.mesh
|
mesh = SMESH_mechanic.mesh
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# Cut of groups
|
# Cut of groups
|
||||||
|
|
||||||
import SMESH_mechanic
|
import SMESH_mechanic
|
||||||
|
import SMESH
|
||||||
|
|
||||||
smesh = SMESH_mechanic.smesh
|
smesh = SMESH_mechanic.smesh
|
||||||
mesh = SMESH_mechanic.mesh
|
mesh = SMESH_mechanic.mesh
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# Creating groups of entities from existing groups of superior dimensions
|
# Creating groups of entities from existing groups of superior dimensions
|
||||||
|
|
||||||
import SMESH_mechanic
|
import SMESH_mechanic
|
||||||
|
import SMESH
|
||||||
|
|
||||||
smesh = SMESH_mechanic.smesh
|
smesh = SMESH_mechanic.smesh
|
||||||
mesh = SMESH_mechanic.mesh
|
mesh = SMESH_mechanic.mesh
|
||||||
|
Loading…
Reference in New Issue
Block a user