mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
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
23 lines
402 B
Plaintext
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
|
|
|
|
|