mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
1. JoinWLines algorithm has been improved. 2. Reference to the V-boundaries is deleted when computing step. 3. Decreasing the tolerance when computing parameters of WLine. 4. Adding boundary point is forbidden if it lies in prolongation of found ones. 5. Possible reason of exception has been eliminated. 6. Processing of critical point has been improved. Test cases for this issue have been created. Correction of some test case(s). Test case bugs/modalg_6/bug26310_4 is added Update of test-cases for issue #26310
27 lines
555 B
Plaintext
27 lines
555 B
Plaintext
puts "========"
|
|
puts "OCC26310"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Very slow boolean cut operations on cylinders
|
|
#################################################
|
|
|
|
restore [locate_data_file OCC26310-b1.brep] b1
|
|
restore [locate_data_file OCC26310-b2.brep] b2
|
|
|
|
bsection result b1 b2
|
|
|
|
smallview
|
|
donly result
|
|
|
|
set log [checksection result]
|
|
|
|
if { [string compare -nocase $log " nb alone Vertices : 0\n\n"] } {
|
|
puts "ERROR: the section is not closed"
|
|
} else {
|
|
puts "The section is OK"
|
|
}
|
|
|
|
fit
|
|
set only_screen_axo 1
|