0026106: BRepMesh - revision of data model
[occt.git] / tests / bugs / mesh / bug23202
CommitLineData
85b47ba4 1puts "========="
2puts "OCC23202"
3puts "========="
4puts ""
5#################################
6# BRepMesh of face fails
7#################################
8pload XDE
9stepread [locate_data_file bug23202_Leuchte.stp] a *
10explode a_1 f
c19f09e9 11renamevar a_1_714 result
85b47ba4 12
c19f09e9 13donly result
85b47ba4 14smallview
15fit
c19f09e9 16isos result 10
85b47ba4 17
c19f09e9 18set bug_info [incmesh result 0.1]
85b47ba4 19if {[regexp "NoError" $bug_info] != 1} {
20 puts "Error: open wire problem on face 714"
21}
c19f09e9 22checkshape result
85b47ba4 23
24# relative tolerance (%)
25set rel_tol 1
26set area_eps 0
27
28checkview -screenshot -2d -path ${imagedir}/${test_image}_face714.png
29v2d
c19f09e9 30pcurve result
85b47ba4 312dfit
32checkview -screenshot -2d -path ${imagedir}/${test_image}_curve.png