0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / modalg_2 / bug434
CommitLineData
61c421bf 1pload QAcommands
2
3puts "================"
4puts "OCC434"
5puts "SAM1296"
6puts "================"
7puts ""
8
9########################################################
10## Exception is raised on NT, SUN in the GeomConvert_CompCurveToBSplineCurve
11########################################################
12
13restore [locate_data_file OCC434.brep] e
14checkshape e
15explode e e
16
17OCC405 result e_1 e_2
18
19regexp {nb alone Vertices : ([-0-9.+eE]+)} [checksection result] full num
20
21if { $num == 2 } {
22 puts "OCC434 OK : Result shape is CORRECT !!! "
23} else {
24 puts " Faulty OCC434: Result shape is INcorrect !!! "
25}
26
58cf74e0 27checkprops result -l 8.74616
28checkshape result
5747059b 29checkview -display result -2d -path ${imagedir}/${test_image}.png
61c421bf 30