Adding testing cases from chl group
[occt.git] / tests / bugs / modalg / 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"
355c1551 21 set square 0
22 set 2dviewer 0
f1aa2b62 23}
24
355c1551 25
26