mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Fix test script
This commit is contained in:
parent
1ed1d73209
commit
208bca92c8
@ -51,6 +51,7 @@ vol1=geompy.MakeCut(sphereExt,sphereA)
|
||||
vol2=geompy.MakeCut(vol1,sphereB)
|
||||
vol3=geompy.MakeCut(vol2,cylindre)
|
||||
blob=geompy.MakeCut(vol3,sphereInt)
|
||||
blob=geompy.RemoveExtraEdges(blob)
|
||||
|
||||
idblob = geompy.addToStudy(blob,"blob")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user