mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-30 13:05:50 +03:00
31 lines
720 B
Plaintext
Executable File
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 1189.91
|
|
|
|
set nbshapes_expected "
|
|
Number of shapes in shape
|
|
VERTEX : 3
|
|
EDGE : 2
|
|
WIRE : 1
|
|
FACE : 0
|
|
SHELL : 0
|
|
SOLID : 0
|
|
COMPSOLID : 0
|
|
COMPOUND : 0
|
|
SHAPE : 6
|
|
"
|
|
checknbshapes result -ref ${nbshapes_expected} -t -m "fuzzy booleans with multiple tools"
|