mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-01 04:10:34 +05:00
edit documentation
This commit is contained in:
parent
5ea1135dda
commit
0f240cab6a
@ -38,7 +38,7 @@ is already provided in the Python context of the node, with <em>my_container</em
|
|||||||
\code
|
\code
|
||||||
from salome.geom import geomBuilder
|
from salome.geom import geomBuilder
|
||||||
my_container.load_component_Library("GEOM")
|
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)
|
geompy = geomBuilder.New(theStudy, engineGeom)
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user