]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
edit documentation
authormpa <mpa@opencascade.com>
Thu, 29 Dec 2016 16:02:47 +0000 (19:02 +0300)
committermpa <mpa@opencascade.com>
Thu, 29 Dec 2016 16:02:47 +0000 (19:02 +0300)
doc/salome/gui/GEOM/input/tui_execution_distribution.doc

index 4d36e4efb4521e6939de41e0bed831c11465a1be..595bce263a3d64c7991e9bee3fd348ed5593d824 100644 (file)
@@ -38,7 +38,7 @@ is already provided in the Python context of the node, with <em>my_container</em
 \code
 from salome.geom import geomBuilder
 my_container.load_component_Library("GEOM")
-engineGeom = my_container.create_component_instance("GEOM", 0)
+engineGeom = my_container.create_component_instance("GEOM")
 geompy = geomBuilder.New(theStudy, engineGeom)
 \endcode