Salome HOME
updated copyright message
[modules/shaper.git] / test.hdfs / te_solide.py
index 25ea15af0f932e720aef846d473c1adf26dee735..c196d1d89f3b308069d910710533ccfa8e52752c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 #
 
 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, [48])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.FACE, [292])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.EDGE, [1176])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.VERTEX, [2352])
+  model.testResultsVolumes(aPartFeature, [6468345.48144548386])