1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/modalg_5/bug24060
emv c1746a0ac9 0024060: Wrong result done by general fuse algorithm.
Added treatment of the vertex as a single object.
Added test case bugs/modalg_5/bug24060
Modified shape's extension in test cases bugs/moddata_3/bug23943_3 bug23943_4
Modified test cases in group de according to new reference data in issue 24035
2013-07-12 12:42:42 +04:00

23 lines
402 B
Plaintext

puts "================"
puts "OCC24060"
puts "================"
puts ""
#######################################################
# Wrong result done by general fuse algorithm
#######################################################
polyline p 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0
mkplane b1 p
vertex b2 0 0 1
bclearobjects
bcleartools
baddobjects b1 b2
bfillds
bbuild result
set nb_v_good 4
set 2dviewer 0