0025574: gp_YawPitchRoll Euler Angle computation gives wrong results - warnings
[occt.git] / tests / bugs / modalg_4 / bug697_5
CommitLineData
61c421bf 1puts "============"
2puts "OCC697"
3puts "============"
4puts ""
5######################################################
6# Fuse operation does not work
7######################################################
8## (new topology)
809eca9d 9## (bopfuse)
61c421bf 10######################################################
11
809eca9d 12restore [locate_data_file OCC697_1.brep] b1
61c421bf 13restore [locate_data_file OCC697_2.brep] b2
61c421bf 14
809eca9d 15checkshape b1
61c421bf 16checkshape b2
61c421bf 17
809eca9d 18bop b1 b2
19if { [catch {bopfuse result} catch_result] } {
20 puts "Faulty OCC697"
21}
58cf74e0 22checkprops result -s 8879.41
23checkshape result
61c421bf 24set 3dviewer 1
25