1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_6/bug27568
Timo Roth 3672371654 0027568: Exception is thrown when a degenerated edge is added to a wire
Test cases for issue CR27568

Other methods of BRep_Tool corrected to ensure that output arguments are always initialized
2016-06-23 18:14:27 +03:00

20 lines
445 B
Plaintext

puts "============"
puts "OCC27568"
puts "============"
puts ""
######################################################
# Exception is thrown when a degenerated edge is added to a wire
######################################################
restore [locate_data_file bug27568_curves.brep] c
explode c
wire result c_1 c_2
checknbshapes result -vertex 2 -edge 2 -wire 1
smallview
fit
checkview -screenshot -2d -path ${imagedir}/${casename}.png