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

This commit is contained in:
mpa 2013-11-19 10:18:29 +00:00
parent 91b604c78a
commit 710a59a7bf

View File

@ -2,8 +2,11 @@
<br><h2>Creation of ExportXAO</h2> <br><h2>Creation of ExportXAO</h2>
\code \code
import geompy
import salome import salome
import GEOM
from salome.geom import geomBuilder
geompy = geomBuilder.New(salome.myStudy)
gg = salome.ImportComponentGUI("GEOM") gg = salome.ImportComponentGUI("GEOM")
# create ExportXAO object # create ExportXAO object