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

0026152: Wrong result obtained by projection algorithm.

Test cases for issue CR26152
This commit is contained in:
mkv 2015-04-29 19:43:42 +03:00 committed by bugmaster
parent 6ab722979b
commit 76a2b7d1fb
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,16 @@
puts "TODO OCC26152 ALL: Standard_ConstructionError"
puts "=========="
puts "OCC26152"
puts "=========="
puts ""
##############################################################
# Wrong result obtained by projection algorithm.
##############################################################
restore [locate_data_file bug26130_projcomp.brep] a
explode a
mkcurve c a_1
mksurface s a_2
catch {project cx c s}

View File

@ -0,0 +1,17 @@
puts "TODO OCC26152 ALL: Standard_ConstructionError"
puts "=========="
puts "OCC26152"
puts "=========="
puts ""
##############################################################
# Wrong result obtained by projection algorithm.
##############################################################
restore [locate_data_file bug26130_projcomp.brep] a
explode a
explode a_2 e
mkcurve c a_2_4
mksurface s a_2
catch {project cx c s}