0029368: Incorrect intersection state of the intersection point of two 2d curves
[occt.git] / tests / lowalgos / 2dinter / A1
diff --git a/tests/lowalgos/2dinter/A1 b/tests/lowalgos/2dinter/A1
new file mode 100644 (file)
index 0000000..c77cf96
--- /dev/null
@@ -0,0 +1,8 @@
+restore [locate_data_file bug29368_1.brep] a
+explode a
+mk2dcurve c1 a_1 1
+mk2dcurve c2 a_2 1
+set out [2dintersect c1 c2 -tol 1.e-9 -state]
+if ![regexp "TOUCH" $out] {
+  puts "Error: intersection type is not TOUCH"
+}