mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
I ComputePurgedWLine() function: Excess points in walking line are deleted when: 1) Distance between neighboring points too small. 2) Points lie in one pipe without big jump on chord length. III Fixed problem with extremaPC with too close knot distribution to [minParam, maxParam] borders. IV ApproxInt_Approx.gxx New division criteria in intersection approximator. III Test case Test cases update to the new behavior. Test case for CR21564 Correction of test cases for issue CR21564
22 lines
369 B
Plaintext
Executable File
22 lines
369 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC23884"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Boolean Fuse between two faces fails
|
|
######################################################
|
|
|
|
restore [locate_data_file bug23884_fz72] b1
|
|
restore [locate_data_file bug23884_fz124] b2
|
|
|
|
bop b1 b2
|
|
bopfuse result
|
|
|
|
set square 2368.48
|
|
set 2dviewer 0
|
|
|
|
|
|
|
|
|
|
|