From: mbs Date: Sat, 11 Nov 2023 00:21:05 +0000 (+0000) Subject: added testcase for bos#38593 X-Git-Tag: V9_12_0b1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9873ad64daa9bec761cab345063dccd2c3572c00;hp=cf856efc73193392c635d21694abf44a314db419;p=modules%2Fshaper.git added testcase for bos#38593 --- diff --git a/test.hdfs/Sketch_MiddlePoint_9_10.hdf b/test.hdfs/Sketch_MiddlePoint_9_10.hdf new file mode 100644 index 000000000..6a46d939b 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 index 000000000..caa50bdc9 --- /dev/null +++ b/test.hdfs/Sketch_MiddlePoint_9_10.py @@ -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])