mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Algorithm of processing cases when point of splitting Walking-line is near to the boundary of the intersection domain but does not match this boundary has been improved.
25 lines
558 B
Plaintext
25 lines
558 B
Plaintext
puts "========"
|
|
puts "OCC28102"
|
|
puts "========"
|
|
puts ""
|
|
#######################################################
|
|
# Problem cutting a plate with several holes (670)
|
|
#######################################################
|
|
|
|
restore [locate_data_file bug28102_plate.brep] pl0
|
|
restore [locate_data_file bug28102_holes.brep] hl
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects pl0
|
|
baddtools hl
|
|
bfillds
|
|
|
|
bbop result 2
|
|
|
|
checknbshapes result -vertex 274 -edge 275 -face 2 -shell 1
|
|
|
|
checkprops result -s 13.3806
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|