0031407: [Regression to 7.3.0] Extrema does not process parallel circles correctly
[occt.git] / tests / bugs / modalg_7 / bug26570
1 puts "========"
2 puts "OCC26570"
3 puts "========"
4 puts ""
5 #####################################
6 # Crash on attempt to rotate a shape
7 #####################################
8
9 restore [locate_data_file bug26570.brep] s
10
11 fixshape result s
12 trotate result 0 0 0 500 0 0 180 -copy
13 checkshape result
14
15