0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / modalg_5 / bug24086
CommitLineData
69fd2d1b 1puts "============"
2puts "OCC24086"
3puts "============"
4puts ""
5#########################################################################
6# IsValid of result-Shape of BRepFeat_SplitShape returns False
7#########################################################################
8
9pload QAcommands
10
11restore [locate_data_file bug24086_face.brep] face
12restore [locate_data_file bug24086_wire.brep] wire
13
14vinit
15set info [OCC24086 face wire]
16if { [regexp "INVALID" $info] == 1 } {
17 puts "Error: result shape is invalid"
18} else {
19 puts "OK: result shape is valid"
20}
21
22vfit
23vdisplay face
24vdisplay wire
25
5747059b 26checkview -screenshot -3d -path ${imagedir}/${test_image}.png
69fd2d1b 27
28
29
30
31
32
33