0029069: Samples - handle UNICODE filenames within C++/CLI CSharp sample
[occt.git] / tests / bugs / modalg_7 / bug25385
CommitLineData
dfdfa61f 1puts "TODO OCC25385 ALL: is not equal to expected"
2
3puts "============"
4puts "OCC25385"
5puts "============"
6puts ""
7#######################################################################
8# steep increase in tolerance by intersection
9#######################################################################
10
11restore [locate_data_file bug25385_shell2.brep] s
12
13regexp {Tolerance +MAX=([-0-9.+eE]+)} [tolerance s] full MaxTol_s_1
14
15plane p 28.5 0 0 1 0 0 0 1 0
16mkface f p
17bop s f
18bopsection r
19
20regexp {Tolerance +MAX=([-0-9.+eE]+)} [tolerance s] full MaxTol_s_2
21
22set tol_abs_MaxTol 0.0001
23set tol_rel_MaxTol 0.0001
24checkreal "MaxTolerance " ${MaxTol_s_2} ${MaxTol_s_1} ${tol_abs_MaxTol} ${tol_rel_MaxTol}