1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_6/bug26152_2
2015-04-30 14:37:40 +03:00

18 lines
422 B
Plaintext

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}