0027384: BRepMesh_IncrementalMesh does not take angular deflection into account for...
[occt.git] / tests / bugs / moddata_3 / bug25737_1
CommitLineData
4946f2d8 1puts "============"
2puts "CR25737"
3puts "============"
4puts ""
5###################################################################################
6# GCPnts_TangentialDeflection does not produce points to approximate a knee
7###################################################################################
8
9restore [locate_data_file bug25737_face3535.brep] result
10
11tclean result
12incmesh result 1 -a 20
13
14isos result 0
15
16triangles result
17
18set report [tricheck result]
19if {$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)...
7856b126 26set max_rel_tol_diff 1
27set rel_tol 0.29
4946f2d8 28set area_eps 0
29
30smallview
31donly result
32fit
5747059b 33checkview -screenshot -2d -path ${imagedir}/${test_image}.png