0027991: Modeling Algorithms - BRepGProp_Face crashes on face without geometric surface
[occt.git] / tests / bugs / vis / bug597_3
CommitLineData
352ffd73 1puts "=================================="
2puts "BUC60569"
3puts "OCC597"
4puts "=================================="
5puts ""
6puts "=================================="
7puts "It takes visual check for this BUG"
8puts "=================================="
9puts ""
10
11restore [locate_data_file buc60569a.rle] result
12tclean result
13vinit
14
15checkshape result
16
17BUC60569 result
18vfit
19
4754e164 20vselect 250 190
21vselect 180 350 1
22vmoveto 250 190
23vmoveto 180 350
352ffd73 24
25set x_coord 101
26set y_coord 347
27
28checkcolor $x_coord $y_coord 0 1 1
29
30if {$stat != 1} {
31 puts "Error : The left face is highlighted by Move To command"
32}
33
5747059b 34checkview -screenshot -3d -path ${imagedir}/${test_image}.png
352ffd73 35