0028228: Provide possibility to keep the given edges during unification of faces...
[occt.git] / tests / heal / unify_same_domain / A3
diff --git a/tests/heal/unify_same_domain/A3 b/tests/heal/unify_same_domain/A3
new file mode 100644 (file)
index 0000000..492ee61
--- /dev/null
@@ -0,0 +1,16 @@
+puts "=========="
+puts "OCC28228"
+puts "=========="
+puts ""
+######################################################################################################################
+# Provide possibility to keep the given edges during unification of faces in ShapeUpgrade_UnifySameDomain algorithm
+######################################################################################################################
+
+restore [locate_data_file bug28228_unify_with_keep.brep] a
+
+explode a e
+
+unifysamedom result a a_13
+checknbshapes result -face 4 -edge 19 -vertex 16
+
+checkview -display result -2d -path ${imagedir}/${test_image}.png
\ No newline at end of file