1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_6/bug27010
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

30 lines
922 B
Plaintext
Executable File

puts "============"
puts "OCC27010"
puts "============"
puts ""
############################################################################
# Wrong classification of the point relatively the solid
############################################################################
restore [locate_data_file bug27002_Compartment.brep] s
point p1 103.740000000001 2e-014 24.3498644581774
point p2 110.740000000001 2e-014 24.3498644581774
set cls1 [bclassify s p1]
if { [regexp {IN} $cls1] } {
puts "Error : Wrong result1 obtained by solid classifier algorithm"
} else {
puts "OK : Good result1 obtained by solid classifier algorithm"
}
set cls2 [bclassify s p2]
if { [regexp {IN} $cls2] } {
puts "Error : Wrong result2 obtained by solid classifier algorithm"
} else {
puts "OK : Good result2 obtained by solid classifier algorithm"
}
smallview
fit
checkview -screenshot -2d -path ${imagedir}/${test_image}.png