Salome HOME
added testcase for bos#38593
authormbs <martin.bernhard@opencascade.com>
Sat, 11 Nov 2023 00:21:05 +0000 (00:21 +0000)
committermbs <martin.bernhard@opencascade.com>
Sat, 11 Nov 2023 00:21:05 +0000 (00:21 +0000)
test.hdfs/Sketch_MiddlePoint_9_10.hdf [new file with mode: 0644]
test.hdfs/Sketch_MiddlePoint_9_10.py [new file with mode: 0644]

diff --git a/test.hdfs/Sketch_MiddlePoint_9_10.hdf b/test.hdfs/Sketch_MiddlePoint_9_10.hdf
new file mode 100644 (file)
index 0000000..6a46d93
Binary files /dev/null and b/test.hdfs/Sketch_MiddlePoint_9_10.hdf differ
diff --git a/test.hdfs/Sketch_MiddlePoint_9_10.py b/test.hdfs/Sketch_MiddlePoint_9_10.py
new file mode 100644 (file)
index 0000000..caa50bd
--- /dev/null
@@ -0,0 +1,26 @@
+# 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
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+
+if __name__ == "__main__":
+  aPartFeature = locals()["Part_1"]
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.SOLID, [4])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.FACE, [20])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.EDGE, [72])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.VERTEX, [144])
+  model.testResultsVolumes(aPartFeature, [21030.9799879214])