]> OCCT Git - occt-copy.git/commitdiff
Test for 0024185: Wrong projection of a wire to a face CR24185
authorapv <apv@opencascade.com>
Tue, 25 Jul 2017 11:56:37 +0000 (14:56 +0300)
committerapv <apv@opencascade.com>
Tue, 25 Jul 2017 11:56:37 +0000 (14:56 +0300)
tests/bugs/modalg_7/bug24185 [new file with mode: 0644]

diff --git a/tests/bugs/modalg_7/bug24185 b/tests/bugs/modalg_7/bug24185
new file mode 100644 (file)
index 0000000..671537e
--- /dev/null
@@ -0,0 +1,23 @@
+puts "TODO OCC24185 ALL: Error : The length of result shape is"
+
+puts "========"
+puts "OCC24185"
+puts "========"
+puts ""
+########################################
+# Wrong projection of a wire to a face
+########################################
+
+restore [locate_data_file bug24185_face.brep] f
+restore [locate_data_file bug24185_wire.brep] w
+
+nproject result w f
+
+checkshape result
+checkprops result -l 11.06
+
+vinit
+vdisplay w
+vdisplay result
+vfit
+checkview -screenshot -3d -path ${imagedir}/${test_image}.png