0030760: Modeling Algorithms - Intersection fails in Occt 7.3.0
[occt.git] / tests / bugs / modalg_7 / bug26034
CommitLineData
dfdfa61f 1puts "========"
2puts "OCC26034"
3puts "========"
4puts ""
5##########################################################
6# Result of revolution aborts the bopcheck if translated
7##########################################################
8
9restore [locate_data_file bug26034_revolve-seg1-tcl-Revolve002.brep] Revolve002
10
11set bug_info [ string trim [bopcheck Revolve002]]
12if {$bug_info != "This shape seems to be OK."} {
13 puts "ERROR: Initial shape is invalid."
14}
15
16ttranslate Revolve002 0 0 -0.5
17
18set bug_info [ string trim [bopcheck Revolve002]]
19if {$bug_info != "This shape seems to be OK."} {
20 puts "ERROR: OCC26034 is reproduced. bopcheck gives incorrect result after ttranslate operation."
21}