0026742: Update test cases for using checknbshapes procedure instead of global variables
[occt.git] / tests / bugs / modalg_5 / bug22614_2
CommitLineData
6e242322 1puts "========================"
2puts "OCC22614"
3puts "========================"
4puts ""
5#######################################################################
6# Scaling fails with linear (p-)curves
7#######################################################################
8
9pcylinder p 10 50
10
11explode p f
12
13# p_2 is top planar face
14tscale p_2 0 0 0 0.001
15
16renamevar p_2 result
17
18set square 0.000314159
19
a4eba920 20checknbshapes result -vertex 1 -edge 1 -wire 1 -face 1 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 4
6e242322 21set 2dviewer 1