0027557: Unstable HLR tests
[occt.git] / tests / bugs / modalg_6 / bug26233
CommitLineData
db2f1498 1puts "========"
2puts "OCC26233"
3puts "========"
4puts ""
5################################################
6# BRepOffset_MakeOffset makes incorrect result
7################################################
8
9psphere a 100
10explode a f
11thickshell r a_1 10 i 1.e-7
12explode r
13
14set bug_info [whatis r]
15if {$bug_info != "r is a shape SOLID FORWARD Free Modified Closed\n"} {
16 puts "ERROR: OCC26233 is reproduced. Shape r has incorrect characteristics."
17}
18
19set bug_info [whatis r_1]
20if {$bug_info != "r_1 is a shape SHELL FORWARD Modified Orientable Closed\n"} {
21 puts "ERROR: OCC26233 is reproduced. Shape r_1 has incorrect characteristics."
22}
23
24set bug_info [whatis r_2]
25if {$bug_info != "r_2 is a shape SHELL REVERSED Modified Orientable Closed\n"} {
26 puts "ERROR: OCC26233 is reproduced. Shape r_2 has incorrect characteristics."
27}