mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0030590: Wrong result of Boolean Cut algorithm
Modification in static method BoundedArc of IntStart_SearchOnBoundaries: add exact intersection of canonical curve-surface (when Func is IntPatch_ArcFunction).
This commit is contained in:
@@ -3,10 +3,6 @@ puts "0029807: Impossible to cut cone from prism"
|
||||
puts "========"
|
||||
puts ""
|
||||
|
||||
puts "TODO OCC29883 ALL: Error in res_2: T=0"
|
||||
puts "TODO OCC29883 ALL: Error: 0 vertices are expected but 2 are found"
|
||||
puts "TODO OCC29883 ALL: Error : is WRONG because number of VERTEX entities in shape \"result\" is 3"
|
||||
|
||||
foreach a [directory res*] {unset $a}
|
||||
|
||||
binrestore [locate_data_file bug29807_f1.bin] f1
|
||||
|
@@ -3,9 +3,7 @@ puts "OCC29972: Intersection curve has a weird gap in the middle of it"
|
||||
puts "========"
|
||||
puts ""
|
||||
|
||||
puts "TODO OCC27243 ALL: Error: The curve res_1 possibly has a bend"
|
||||
|
||||
set GoodNbCurves 2
|
||||
set GoodNbCurves 1
|
||||
|
||||
foreach a [directory res*] {unset $a}
|
||||
|
||||
|
@@ -3,9 +3,7 @@ puts "OCC29972: Intersection curve has a weird gap in the middle of it"
|
||||
puts "========"
|
||||
puts ""
|
||||
|
||||
puts "TODO OCC27243 ALL: Error: The curve res_1 possibly has a bend"
|
||||
|
||||
set GoodNbCurves 2
|
||||
set GoodNbCurves 1
|
||||
|
||||
foreach a [directory res*] {unset $a}
|
||||
|
||||
|
Reference in New Issue
Block a user