mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +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
|
||||
from salome import *
|
||||
|
||||
import geompy
|
||||
import GEOM
|
||||
from salome.geom import geomBuilder
|
||||
geompy = geomBuilder.New(salome.myStudy)
|
||||
import SMESH, SALOMEDS
|
||||
from salome.smesh import smeshBuilder
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user