0022240: Bad triangulation of transformed shapes
[occt.git] / tests / bugs / modalg_2 / bug534_2
1
2 puts "========================"
3 puts " OCC534 "
4 puts " case 2 "
5 puts "========================"
6 puts ""
7
8 hyperbola hyperbola 0 0 0 30 10
9 extsurf es_hyperbola hyperbola 0 0 1
10 offset es_hyperbola_of es_hyperbola 5
11 offset es_hyperbola_of_of es_hyperbola_of 5
12 mkface result es_hyperbola_of_of 0 3 0 40
13
14 set tolerance [maxtolerance result]
15 regexp { +Face +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} $tolerance full MaxFaceTolerance
16 regexp { +Edge +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} $tolerance full MaxEdgeTolerance
17 regexp { +Vertex +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} $tolerance full MaxVertexTolerance
18
19 if { $MaxFaceTolerance > 1 || $MaxEdgeTolerance > 1 || $MaxVertexTolerance > 1 } {
20     puts "Faulty : Tolerance of shape is more then 1.0"
21 } else {
22     puts "Tolerance is OK"
23 }
24
25 set square 11460.7
26 set 2dviewer 0
27
28
29