0027362: Meshing performance
[occt.git] / tests / bugs / iges / bug450_2
CommitLineData
0e94a94e 1puts "========"
2puts "OCC450"
3puts "========"
4puts "(case 2)"
5puts ""
6#################################################################
7## After reading file5.igs, the surface of revolution written in this file becomes a plane.
8#################################################################
9
10igesbrep [locate_data_file NIC_file5.igs] a *
11
12mksurface result a
13
14set info [dump result]
15
16if { [regexp "SurfaceOfRevolution" $info] != 1 } {
17 puts "Error : surface of revolution becomes a plane"
18}
19
5747059b 20checkview -display result -2d -path ${imagedir}/${test_image}.png