0026106: BRepMesh - revision of data model
[occt.git] / tests / bugs / mesh / bug27453
1 puts "========"
2 puts "OCC27453: Wrongly meshed surface"
3 puts "========"
4 puts ""
5
6 pload XDE
7
8 stepread [locate_data_file bug27453_165-174_piattello.stp] a *
9
10 explode a_1 F
11 renamevar a_1_13 result
12 checkshape result
13 incmesh result 0.01 -a 0.5
14
15 if {[ string compare "" [tricheck result] ] != 0} {
16   puts "Error: Wrongly meshed surface"
17 }