1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

Create test case

This commit is contained in:
msv
2016-07-29 18:38:20 +03:00
committed by akz
parent 1315aa6509
commit b930adbe57

18
tests/bugs/heal/bug27729 Normal file
View File

@@ -0,0 +1,18 @@
puts "========"
puts "OCC27729"
puts "========"
puts ""
#######################################################################
# UnifySameDomain: allow the user to specify linear and angular tolerances
#######################################################################
restore [locate_data_file a_1275.brep] a
unifysamedom r a -t 0.1 -a 0.08
regexp {FACE *: *(\d*)} [nbshapes r] full nbfaces
if {$nbfaces > 1000} {
puts "Error: number of faces in the result is too large"
}
checkview -display r -2d -path ${imagedir}/${test_image}.png