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