1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-07-30 13:05:50 +03:00
occt/tests/bugs/modalg_6/bug26493
aml 7dfac274a6 0026493: BRepProj_Projection failed to project a wire on a shell
Cylindrical projection moved from old boolean operations to the new BOP.

Test case for issue CR26493
2015-08-06 13:25:50 +03:00

31 lines
720 B
Plaintext
Executable File

puts "============"
puts "OCC26493"
puts "============"
puts ""
#######################################################################
# BRepProj_Projection failed to project a wire on a shell
#######################################################################
restore [locate_data_file bug26493_plate.brep] plate
restore [locate_data_file bug26493_wire.brep] wire
prj res wire plate 0 0 -1
renamevar res_1 result
set length 1003.94
set nbshapes_expected "
Number of shapes in shape
VERTEX : 2
EDGE : 1
WIRE : 1
FACE : 0
SHELL : 0
SOLID : 0
COMPSOLID : 0
COMPOUND : 0
SHAPE : 4
"
checknbshapes result -ref ${nbshapes_expected} -t -m "fuzzy booleans with multiple tools"