1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0026580: BRepProj_Projection does not provide any results

Test cases for issue #26580
This commit is contained in:
apv 2015-12-23 17:20:58 +03:00 committed by abv
parent 17abefd113
commit a2b5448a0f
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,19 @@
puts "========"
puts "OCC26580"
puts "========"
puts ""
####################################################
# BRepProj_Projection does not provide any results
####################################################
smallview
restore [locate_data_file bug26775_a.brep] plate
restore [locate_data_file bug26580-marker-1.brep] marker
prj result marker plate 0 0 -1
checkshape result_1
fit
set only_screen_axo 1

View File

@ -0,0 +1,19 @@
puts "========"
puts "OCC26580"
puts "========"
puts ""
####################################################
# BRepProj_Projection does not provide any results
####################################################
smallview
restore [locate_data_file bug26580-plate-2.brep] plate
restore [locate_data_file bug26580-marker-2.brep] marker
prj result marker plate 0 0 -1
checkshape result_1
fit
set only_screen_axo 1