mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 06:40:33 +05:00
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
This commit is contained in:
parent
47bdf12d63
commit
9dcd09c6f5
@ -32,7 +32,9 @@
|
|||||||
import salome
|
import salome
|
||||||
from salome import *
|
from salome import *
|
||||||
|
|
||||||
import geompy
|
import GEOM
|
||||||
|
from salome.geom import geomBuilder
|
||||||
|
geompy = geomBuilder.New(salome.myStudy)
|
||||||
import SMESH, SALOMEDS
|
import SMESH, SALOMEDS
|
||||||
from salome.smesh import smeshBuilder
|
from salome.smesh import smeshBuilder
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user