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_6/bug28683
emv 6769ec6b34 0028683: Wrong result of CUT operation
Avoid creation of the small section edges in the Boolean Operations algorithm.
2017-05-05 12:11:23 +03:00

15 lines
454 B
Plaintext

puts "========"
puts "OCC28683"
puts "========"
puts ""
####################################################################################
## Wrong result of CUT operation
####################################################################################
restore [locate_data_file bug28683_shapes.brep] b
explode b
bcut result b_1 b_2
donly result
checkshape result
checkprops result -s 1.82492
checknbshapes result -vertex 6 -edge 6 -wire 1 -face 1