0024105: ShapeFix algorithm produces not correct result.
[occt.git] / tests / bugs / moddata_2 / bug408
1 puts "========================"
2 puts " OCC408 "
3 puts "========================"
4 puts ""
5
6 box b1 0 0 0 1 1 1
7 nurbsconvert b1 b1
8 box b2  0    -0.5   0     1.5   0.5   0.5
9
10 bcommon result b1 b2 
11 checkshape -top result
12
13
14