mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
26 lines
587 B
Python
26 lines
587 B
Python
|
# CEA/LGLS 2005, Francis KLOSS (OCC)
|
||
|
# ==================================
|
||
|
|
||
|
# Load all examples
|
||
|
# -----------------
|
||
|
|
||
|
import ex01_cube2build
|
||
|
import ex02_cube2primitive
|
||
|
#import ex03_cube2partition
|
||
|
import ex04_cube5tetraHexa
|
||
|
import ex05_hole1build
|
||
|
import ex06_hole1boolean
|
||
|
import ex07_hole1partition
|
||
|
import ex08_hole2build
|
||
|
import ex09_grid4build
|
||
|
import ex10_grid4geometry
|
||
|
import ex11_grid3partition
|
||
|
import ex12_grid17partition
|
||
|
import ex13_hole1partial
|
||
|
import ex14_cyl1holed
|
||
|
import ex15_cyl2geometry
|
||
|
import ex16_cyl2complementary
|
||
|
import ex17_dome1
|
||
|
#import ex18_dome2
|
||
|
import ex19_sphereINcube
|