mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0026152: Wrong result obtained by projection algorithm.
Test cases for issue CR26152
This commit is contained in:
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}
|
Reference in New Issue
Block a user