mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +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
33 lines
837 B
Plaintext
Executable File
33 lines
837 B
Plaintext
Executable File
puts "TODO OCC25829 ALL: Error : The square of result shape is"
|
|
puts "TODO OCC25829 Linux: Faulty shapes in variables faulty_1 to"
|
|
|
|
puts "============"
|
|
puts "OCC697"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Fuse operation does not work
|
|
######################################################
|
|
## (old topology)
|
|
## (fuse)
|
|
######################################################
|
|
|
|
puts "#"
|
|
puts "Non stable test case on Linux. MKV. 28.04.2010"
|
|
puts "#"
|
|
|
|
restore [locate_data_file OCC697_2.brep] b2
|
|
restore [locate_data_file OCC697_3.brep] b3
|
|
|
|
checkshape b2
|
|
checkshape b3
|
|
##############################################
|
|
if { [catch {bfuse result b2 b3} catch_result] } {
|
|
##############################################
|
|
puts "Faulty : an exception was caught"
|
|
}
|
|
|
|
set square 25357.5
|
|
set 2dviewer 0
|
|
|