mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Modify method IsPlanar of BRepOffset_MakeOffset: try to make planar all possible faces to simplify the input shape.
24 lines
543 B
Plaintext
Executable File
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
|