1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/cr/bugs/bug33104

18 lines
593 B
Plaintext

puts "=========================================================================================="
puts "OCC33104: Checking for canonical geometry: surface, close to a cylinder, is not recognized"
puts "=========================================================================================="
puts ""
restore [locate_data_file bug33104.brep] Face
getanasurf asurf Face cyl 0.1
if {[isdraw asurf]} {
set log [dump asurf]
if { [regexp {CylindricalSurface} $log ] != 1 } {
puts "Error: surface is not a cylindrical surface"
}
} else {
puts "Error: required surface is not got"
}