--- /dev/null
+# --- salome initialization
+import salome
+salome.salome_init()
+
+# --- geom Python interface
+import GEOM
+from salome.geom import geomBuilder
+geompy = geomBuilder.New(salome.myStudy)
+
+# --- Create a box and publish it into the salome study
+Box_1 = geompy.MakeBoxDXDYDZ(200, 200, 200)
+geompy.addToStudy( Box_1, 'Box_1' )
+
+# --- update the study object browser
+if salome.sg.hasDesktop():
+ salome.sg.updateObjBrowser(1)
complex_objs_ex10.py \
free_boundaries.py \
free_faces.py \
+ GEOM_box.py \
get_non_blocks.py \
import_export.py \
inertia.py \
+++ /dev/null
-# --- salome initialization
-import salome
-salome.salome_init()
-
-# --- geom Python interface
-import GEOM
-from salome.geom import geomBuilder
-geompy = geomBuilder.New(salome.myStudy)
-
-# --- Create a box and publish it into the salome study
-Box_1 = geompy.MakeBoxDXDYDZ(200, 200, 200)
-geompy.addToStudy( Box_1, 'Box_1' )
-
-# --- update the study object browser
-if salome.sg.hasDesktop():
- salome.sg.updateObjBrowser(1)
dist_salomescript_DATA = \
geompy.py \
GEOM_Spanner.py \
- GEOM_box.py \
GEOM_blocks.py \
GEOM_example.py \
GEOM_example2.py \
mypkgpythondir = $(salomepythondir)/salome/geom
mypkgpython_PYTHON = \
geomBuilder.py \
- gsketcher.py
-# geompyDC.py
-# batchmode_geompy.py
-
+ gsketcher.py
sharedpkgpython_PYTHON = \
GEOM_shared_modules.py