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_5/bug25334_17
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

29 lines
788 B
Plaintext

puts "========"
puts "OCC25334"
puts "========"
puts ""
##########################################################################################################
# BRepOffsetAPI_MakeOffset algofithm crashes on some customer's shape when option of open result is used
##########################################################################################################
restore [locate_data_file bug25334_faceProlongationCrash1.brep] a
smallview
explode a e
wire ww a_1 a_4 a_3
donly ww
openoffset res ww 1 10
renamevar res_1 result
fit
checkprops result -l 1211.6
checkshape result
checksection result
checknbshapes result -vertex 6 -edge 5 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 12
checkview -screenshot -2d -path ${imagedir}/${test_image}.png