9b4834836a94f45e9dbf0b66d61a37d1580e163c
[occt.git] / tests / bugs / moddata_3 / bug25737_1
1 puts "============"
2 puts "CR25737"
3 puts "============"
4 puts ""
5 ###################################################################################
6 # GCPnts_TangentialDeflection does not produce points to approximate a knee
7 ###################################################################################
8
9 restore [locate_data_file bug25737_face3535.brep] result
10
11 tclean result
12 incmesh result 1 -a 20
13
14 isos result 0
15
16 triangles result
17
18 set report [tricheck result]
19 if {$report != ""} {
20   puts "Error : Problem of build a mesh"
21 } else {
22   puts "OK : Building a mesh is good"
23 }
24
25 # Checking triangulation area (triarea command)...
26 set max_rel_tol_diff 1
27 set rel_tol 0.42
28 set area_eps 0
29
30 smallview
31 donly result
32 fit
33 checkview -screenshot -2d -path ${imagedir}/${test_image}.png