Salome HOME
Update test for new version of PartitionAlgo.
[modules/smesh.git] / src / SMESH_SWIG / SMESH_Partition1_tetra.py
index 96fc134f6eebe5a70bf0992644abd154e80d39d6..e0f284a96f45075eaad5bd9aff50a7c5c1471077 100644 (file)
@@ -71,7 +71,9 @@ colis_cc_multi = geompy.MultiRotate1D(colis_cc, vz, 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)
 
 print "Analysis of the geometry to mesh (right after the Partition) :"