1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_7/bug31203
ifv e2447a80ea 0031203: Test harness command "bsection" on the planar faces return only one vertex instead edge representing intersection line
BRepClass/BRepClass_FaceExplorer.cxx:
Protection against intersection of test ray with almost parallel edges is added.

SWDRAW/SWDRAW_ShapeFix.cxx: add tolerance as parameter in command checkfclass2d

tests/bugs/modalg_7/bug31203:
test case is added
2019-12-19 16:45:54 +03:00

15 lines
398 B
Plaintext

puts "======================================================="
puts "0031203: Test harness command bsection on the planar faces return only one vertex instead edge representing intersection line"
puts "======================================================="
puts ""
pload MODELING
restore [locate_data_file bug31203.brep] s
explode s
bsection sec s_1 s_2
checknbshapes sec -edge 1 -vertex 2