0029807: [Regression to 7.0.0] Impossible to cut cone from prism
[occt.git] / tests / bugs / modalg_6 / bug28490_2
CommitLineData
f24f5428 1puts "========"
2puts "OCC28490"
3puts "========"
4puts ""
5###########################################################
6# Point located outside the solid is classified as inside
7###########################################################
8
9restore [locate_data_file bug28490_solid_vertex2.brep] a
10explode a
11mkpoint p a_2
12set case_output [string trim [bclassify a_1 p]]
13
14if {$case_output != "The point is OUT of shape"} {
15 puts "ERROR: OCC28490 is reproduced. Point is classified as INNER."
16}
17
18smallview
19fit
20
21checkview -screenshot -2d -path ${imagedir}/${test_image}.png