PR: examples adaptation to geomBuilder and smeshBuilder

This commit is contained in:
prascle 2013-03-21 23:33:12 +00:00
parent 192e80639e
commit a48fda9fd7
12 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Cutting Quadrangles
import SMESH_mechanic
import SMESH
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh

View File

@ -1,6 +1,7 @@
# Free Edges
import SMESH_mechanic
import SMESH
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh

View File

@ -1,6 +1,7 @@
# Area
import SMESH_mechanic
import SMESH
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh

View File

@ -1,6 +1,7 @@
# Taper
import SMESH_mechanic
import SMESH
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh

View File

@ -1,6 +1,7 @@
# Aspect Ratio
import SMESH_mechanic
import SMESH
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh

View File

@ -1,6 +1,7 @@
# Minimum Angle
import SMESH_mechanic
import SMESH
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh

View File

@ -1,6 +1,7 @@
# Warping
import SMESH_mechanic
import SMESH
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh

View File

@ -1,6 +1,7 @@
# Skew
import SMESH_mechanic
import SMESH
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh

View File

@ -1,6 +1,7 @@
# Element Diameter 2D
import SMESH_mechanic
import SMESH
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh

View File

@ -1,6 +1,7 @@
# Aspect Ratio 3D
import SMESH_mechanic_tetra
import SMESH
smesh = SMESH_mechanic_tetra.smesh
mesh = SMESH_mechanic_tetra.mesh

View File

@ -1,6 +1,7 @@
# Volume
import SMESH_mechanic_tetra
import SMESH
smesh = SMESH_mechanic_tetra.smesh
mesh = SMESH_mechanic_tetra.mesh

View File

@ -1,6 +1,7 @@
# Element Diameter 3D
import SMESH_mechanic_tetra
import SMESH
smesh = SMESH_mechanic_tetra.smesh
mesh = SMESH_mechanic_tetra.mesh