mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 02:00:35 +05:00
Mantis issue 0021483: correct an example
This commit is contained in:
parent
6bc3fcbb2a
commit
abc13381fe
@ -14,7 +14,7 @@ geompy.addToStudy(box, 'box')
|
||||
geompy.addToStudy(cyl, 'cyl')
|
||||
|
||||
# make a compound
|
||||
compound = geompy.MakeCompound([box1, box2])
|
||||
compound = geompy.MakeCompound([box, cyl])
|
||||
geompy.addToStudy(compound, 'compound')
|
||||
|
||||
# explore the compound
|
||||
|
Loading…
Reference in New Issue
Block a user