0025044: BRepMesh tweaks - treatments for degenerated and tiny faces
[occt.git] / tests / bugs / mesh / bug28500
1 puts "======="
2 puts "CR28500: Artifact in shaded view of the shape"
3 puts "======="
4 puts ""
5
6 puts "TODO CR28500 ALL: Artifact in shaded view of the shape"
7 puts "TODO CR30056 ALL: Meshing statuses: SelfIntersectingWire Failure Reused"
8
9 restore [locate_data_file bug28500_shape_mesh_artifact.brep] a
10
11 incmesh a 0.01
12
13 vinit
14 vsetdispmode 1
15 vdisplay a
16 vfit
17
18 set x 150
19 set y 150
20 if { [checkcolor $x $y 0 1 0] == 1 } {
21   puts "Error: Artifact in shaded view of the shape"
22 }
23
24 checkview -screenshot -3d -path ${imagedir}/${test_image}.png