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/bug29968
emv ae276302f6 0029968: Modeling Algorithms - BRepAlgoAPI_Cut produces an empty result with half-space
IntTools_Context::IsInfiniteFace() - Make the conclusion about infinity of the face basing on its bounding box only. No need to check NaturalRestriction flag.
2018-07-20 17:15:53 +03:00

25 lines
511 B
Plaintext

puts "========"
puts "0029968: Modeling Algorithms - BRepAlgoAPI_Cut produces an empty result with half-space"
puts "========"
puts ""
restore [locate_data_file bug29968_h.brep] h
restore [locate_data_file bug29968_s.brep] s
bop s h
bopcommon rcom
checkshape rcom
checknbshapes rcom -wire 1 -face 1
checkprops rcom -s 12348
bopcut rcut
checkshape rcut
checknbshapes rcut -wire 1 -face 1
checkprops rcut -s 12348
bopsection rsec
checkshape rsec
checknbshapes rsec -vertex 2 -edge 1
checkprops rsec -l 117.6