0029807: [Regression to 7.0.0] Impossible to cut cone from prism
[occt.git] / tests / bugs / modalg_2 / bug435
CommitLineData
61c421bf 1pload QAcommands
2
3#INTERFACE IGES
4puts "========================"
5puts " OCC435 "
6puts " OCC405 "
7puts "========================"
8puts ""
9###############################################################
10## Exception Standard_ConstructuionError is rased in DRAW in the
11## GeomConvert_CompCurveToBSplineCurve on the attached shapes during command merge
12###############################################################
13
14restore [locate_data_file OCC435a.brep] a
15explode a
16set j 1
17repeat 8 {
18 explode a_$j
19 if { [catch {OCC405 result a_${j}_1 a_${j}_2} catch_result] } {
20 puts "Faulty OCC435 : merge operation was made incorrect"
21 } else {
22 puts " OCC435 OK: merge operation was made properly"
23 }
24 incr j
25}
26
58cf74e0 27checkprops result -l 17.2848
28checkshape result
29checksection result
5747059b 30checkview -display result -3d -path ${imagedir}/${test_image}.png