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_2/bug21261_15
jgv 99c9a82021 0031735: Modeling Algorithms - BRepOffset_MakeOffset works slowly and produces wrong result
Modify method IsPlanar of BRepOffset_MakeOffset: try to make planar all possible faces to simplify the input shape.
2020-10-06 20:40:25 +03:00

24 lines
543 B
Plaintext
Executable File

puts "========"
puts "OCC21261"
puts "========"
puts ""
######################################################
# Implementation of thickening of shell functionality
######################################################
set BugNumber OCC21261
restore [locate_data_file OCC21261-2137_bss1_crash_C0.brep] s
thickshell result s -5
checkprops result -s 31416.7
checknbshapes result -t -wire 6 -face 6 -shell 1 -solid 1
checkshape result
vinit
vdisplay result
vsetdispmode 0
vfit
checkview -screenshot -3d -path ${imagedir}/${test_image}.png