mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-25 08:50:36 +05:00
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
This commit is contained in:
parent
91b604c78a
commit
710a59a7bf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user