mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
The following improvements have been made in Boolean operations algorithm in order to fix the problem: 1. Initialization of the pave blocks which vertices have acquired the SD ones. 2. Removing from Data Structure the small edges having the same vertices on both ends (either initially or acquired). 3. Avoid adding empty SD connections when one vertex points to itself. Test case for the issue.
33 lines
615 B
Plaintext
33 lines
615 B
Plaintext
puts "========"
|
|
puts "OCC30092: Modeling Algorithms - Invalid result of Section operation"
|
|
puts "========"
|
|
puts ""
|
|
|
|
|
|
restore [locate_data_file bug26795_c.brep] c
|
|
explode c f
|
|
|
|
# modify c_2 face
|
|
line l 20004.7983876926 2164.22470816234 210.858020395251 -0.716336050762455 0.65536108806844 0.239508886314894
|
|
mkedge e l -0.2 0.2
|
|
settolerance e 0.04
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects c_2
|
|
baddtools e
|
|
bfillds
|
|
bsplit c_2
|
|
|
|
# perform section operation
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects e c_1
|
|
baddtools c_2
|
|
bfillds
|
|
bbop result 4
|
|
|
|
checkshape result
|
|
checknbshapes result -vertex 5 -edge 4
|
|
checkprops result -l 1250.44
|