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:
parent
6ab722979b
commit
76a2b7d1fb
16
tests/bugs/modalg_6/bug26152_1
Normal file
16
tests/bugs/modalg_6/bug26152_1
Normal 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}
|
17
tests/bugs/modalg_6/bug26152_2
Normal file
17
tests/bugs/modalg_6/bug26152_2
Normal 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}
|
Loading…
x
Reference in New Issue
Block a user