0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / modalg_4 / bug673
CommitLineData
f1aa2b62 1puts "TODO OCC12345 ALL: Faulty OCC673: function SPLITSHAPE works wrongly"
2
3puts "================"
4puts "OCC673"
5puts "================"
6puts ""
7#######################################################
8## Exception is raised during splitting face by a wire laying on the face boundary.
9#######################################################
10
11restore [locate_data_file OCC673a.brep] a
352ffd73 12checkshape a
f1aa2b62 13
14restore [locate_data_file OCC673b.brep] b
352ffd73 15checkshape b
f1aa2b62 16
17if [catch {spliteshape result a a b} catch_result] {
18 puts "Faulty OCC673: function SPLITSHAPE works wrongly"
19} else {
20 puts "OCC673 OK : function SPLITSHAPE works OK"
58cf74e0 21 checkprops result -s 0
22checkshape result
5747059b 23 checkview -display result -2d -path ${imagedir}/${test_image}.png
f1aa2b62 24}
25
355c1551 26
27