mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
PR: examples adaptation to geomBuilder and smeshBuilder
This commit is contained in:
parent
192e80639e
commit
a48fda9fd7
@ -1,6 +1,7 @@
|
||||
# Cutting Quadrangles
|
||||
|
||||
import SMESH_mechanic
|
||||
import SMESH
|
||||
|
||||
smesh = SMESH_mechanic.smesh
|
||||
mesh = SMESH_mechanic.mesh
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Free Edges
|
||||
|
||||
import SMESH_mechanic
|
||||
import SMESH
|
||||
|
||||
smesh = SMESH_mechanic.smesh
|
||||
mesh = SMESH_mechanic.mesh
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Area
|
||||
|
||||
import SMESH_mechanic
|
||||
import SMESH
|
||||
|
||||
smesh = SMESH_mechanic.smesh
|
||||
mesh = SMESH_mechanic.mesh
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Taper
|
||||
|
||||
import SMESH_mechanic
|
||||
import SMESH
|
||||
|
||||
smesh = SMESH_mechanic.smesh
|
||||
mesh = SMESH_mechanic.mesh
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Aspect Ratio
|
||||
|
||||
import SMESH_mechanic
|
||||
import SMESH
|
||||
|
||||
smesh = SMESH_mechanic.smesh
|
||||
mesh = SMESH_mechanic.mesh
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Minimum Angle
|
||||
|
||||
import SMESH_mechanic
|
||||
import SMESH
|
||||
|
||||
smesh = SMESH_mechanic.smesh
|
||||
mesh = SMESH_mechanic.mesh
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Warping
|
||||
|
||||
import SMESH_mechanic
|
||||
import SMESH
|
||||
|
||||
smesh = SMESH_mechanic.smesh
|
||||
mesh = SMESH_mechanic.mesh
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Skew
|
||||
|
||||
import SMESH_mechanic
|
||||
import SMESH
|
||||
|
||||
smesh = SMESH_mechanic.smesh
|
||||
mesh = SMESH_mechanic.mesh
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Element Diameter 2D
|
||||
|
||||
import SMESH_mechanic
|
||||
import SMESH
|
||||
|
||||
smesh = SMESH_mechanic.smesh
|
||||
mesh = SMESH_mechanic.mesh
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Aspect Ratio 3D
|
||||
|
||||
import SMESH_mechanic_tetra
|
||||
import SMESH
|
||||
|
||||
smesh = SMESH_mechanic_tetra.smesh
|
||||
mesh = SMESH_mechanic_tetra.mesh
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Volume
|
||||
|
||||
import SMESH_mechanic_tetra
|
||||
import SMESH
|
||||
|
||||
smesh = SMESH_mechanic_tetra.smesh
|
||||
mesh = SMESH_mechanic_tetra.mesh
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Element Diameter 3D
|
||||
|
||||
import SMESH_mechanic_tetra
|
||||
import SMESH
|
||||
|
||||
smesh = SMESH_mechanic_tetra.smesh
|
||||
mesh = SMESH_mechanic_tetra.mesh
|
||||
|
Loading…
Reference in New Issue
Block a user