mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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
15 lines
398 B
Plaintext
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
|
|
|