- Modifing Geometry and Mesh Python scripts from SALOME 6 and before

This commit is contained in:
mpa 2013-11-19 12:08:40 +00:00
parent 47bdf12d63
commit 9dcd09c6f5

View File

@ -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