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

36 lines
841 B
Plaintext
Executable File

puts "============"
puts "OCC22646"
puts "============"
puts ""
######################################################
# Error in algorithms BRepOffsetAPI_ThruSections and BRepOffsetAPI_MakePipeShell:
# sections with degenerated edges are processed in
######################################################
set BugNumber OCC22646
restore [locate_data_file bug22646_source.brep] s1
restore [locate_data_file bug22646_scale_translate_xyz.brep] s2
restore [locate_data_file bug22646_scale_translate_yz.brep] s3
restore [locate_data_file bug22646_scale_translate_z.brep] s4
vinit
explode s1
explode s2
explode s3
explode s4
vfit
donly s1_1 s2_1
thrusections res2 0 0 s1_1 s2_1
donly s1_1 s3_1
thrusections res3 0 0 s1_1 s3_1
donly s1_1 s4_1
thrusections res4 0 0 s1_1 s4_1
checkview -screenshot -3d -path ${imagedir}/${test_image}.png