mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 10:50:35 +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
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user