0030869: Modeling Data - BRepAdaptor_CompCurve incorrectly evaluates the boundary...
[occt.git] / tests / bugs / modalg_7 / bug28393_1
CommitLineData
9026dea8 1puts "========"
2puts "OCC28393"
3puts "========"
4puts ""
5###################################
6# Boolean cut produce wrong result.
7###################################
8
9restore [locate_data_file bug28393_o.brep] o
10restore [locate_data_file bug28393_t.brep] t
11
d3578357 12# object is self-interfering shape
13bopcheck o
14
9026dea8 15bcut result o t
16
17checkshape result
d3578357 18
19# the self-interfering part of the object is not affected
20# by the tool, and passed into result as is
9026dea8 21bopcheck result
22
23checkprops result -s 70266.5 -v 979408
24checknbshapes result -solid 1 -shell 1 -face 42 -wire 44
25
26checkview -display result -2d -path ${imagedir}/${test_image}-result.png