mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 01:32:05 +05:00
Update test for new version of PartitionAlgo.
This commit is contained in:
parent
34b4aff471
commit
06e591937c
@ -76,7 +76,10 @@ colis_cc_multi = geompy.MultiRotate1D(colis_cc, vecz, 4)
|
|||||||
|
|
||||||
# --
|
# --
|
||||||
|
|
||||||
alveole = geompy.MakePartition([colis_cc_multi, barier])
|
Compound1 = geompy.MakeCompound([colis_cc_multi, barier])
|
||||||
|
SubShape_theShape = geompy.SubShapeAll(Compound1,geompy.ShapeType["SOLID"])
|
||||||
|
alveole = geompy.MakePartition(SubShape_theShape)
|
||||||
|
#alveole = geompy.MakePartition([colis_cc_multi, barier])
|
||||||
|
|
||||||
geompy.addToStudy(alveole, "alveole before explode")
|
geompy.addToStudy(alveole, "alveole before explode")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user