mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Problem is fixed by the fix for the issue #0028599 (porting of the BRepProj_Projection to modern Boolean Operations algorithm) Thus, only test case is integrated here.
21 lines
573 B
Plaintext
21 lines
573 B
Plaintext
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
|
|
|
|
checkprops res_1 -l 1189.91
|
|
checknbshapes res_1 -vertex 3 -edge 2 -wire 1
|
|
|
|
smallview
|
|
donly plate wire res_1
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|