1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug30092
emv 241a61330a 0030092: Modeling Algorithms - Invalid result of Section operation
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.
2018-09-11 20:24:47 +03:00

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