Salome HOME
Protect usage of B-spline in Mirror, LinearCopy and AngularCopy features.
[modules/shaper.git] / test.hdfs / usine.py
index 25ea15af0f932e720aef846d473c1adf26dee735..ddd087684a43da9dd9399bfbc47d749b4c0c4c6a 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, [186])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.FACE, [4573])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.EDGE, [25474])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.VERTEX, [50980])
+  model.testResultsVolumes(aPartFeature, [2688153.285910513252])