0025624: Visualization - selection is incorrect in perspective mode in a specific...
[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
27set length 17.2848
28set 3dviewer 1