]> OCCT Git - occt-copy.git/commitdiff
0023666: Wrong section curve between attached faces
authormkv <mkv@opencascade.com>
Thu, 10 Dec 2015 12:24:35 +0000 (15:24 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 17 Dec 2015 13:30:58 +0000 (16:30 +0300)
Test case for issue CR23666

Small correction of test case in accordance with changes of issue 25945

tests/bugs/modalg_6/bug23666 [new file with mode: 0755]

diff --git a/tests/bugs/modalg_6/bug23666 b/tests/bugs/modalg_6/bug23666
new file mode 100755 (executable)
index 0000000..cb365da
--- /dev/null
@@ -0,0 +1,35 @@
+puts "============"
+puts "OCC23666"
+puts "============"
+puts ""
+###############################
+##  Wrong section curve between attached faces
+###############################
+
+restore [locate_data_file bug23666_b1.brep] b1
+restore [locate_data_file bug23666_b2.brep] b2
+
+bclearobjects
+bcleartools
+baddobjects b1
+baddtools b2
+bfillds
+bbuild result
+
+checkprops result -s 1.21915e+08
+
+set nbshapes_expected "
+Number of shapes in shape
+ VERTEX    : 10
+ EDGE      : 13
+ WIRE      : 4
+ FACE      : 4
+ SHELL     : 0
+ SOLID     : 0
+ COMPSOLID : 0
+ COMPOUND  : 1
+ SHAPE     : 32
+"
+checknbshapes result -ref ${nbshapes_expected} -t -m "result done by General Fuse algorithm"
+
+set 3dviewer 1