Salome HOME
Fix compilation error
[modules/shaper.git] / test.hdfs / roselend.py
index 25ea15af0f932e720aef846d473c1adf26dee735..875d48f4313f8b5fbda096ee7689d698b145a765 100644 (file)
 #
 
 if __name__ == "__main__":
+  aPartFeature = locals()["Part_1"]
   model.testNbResults(aPartFeature, 1)
   model.testNbSubResults(aPartFeature, [0])
-  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.SOLID, [30])
-  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.FACE, [231])
-  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.EDGE, [968])
-  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.VERTEX, [1936])
-  model.testResultsVolumes(aPartFeature, [1429610.103267467])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.SOLID, [32])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.FACE, [875])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.EDGE, [4665])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.VERTEX, [9330])
+  model.testResultsVolumes(aPartFeature, [145241798.705457538])