0028426: Implementation of the EdgesToFaces function
[occt.git] / tests / mkface / edges_to_faces / A8
CommitLineData
e6ae74fd 1puts "========"
2puts "OCC28426"
3puts "========"
4puts ""
5#################################################
6# Implementation of the EdgesToFaces function
7#################################################
8
9restore [locate_data_file bug26917_dom-8092.brep] s
10eval compound [explode s e] c
11
12edgestofaces result c
13
14checkshape result
15checknbshapes result -face 661 -wire 691
16
17if { [regexp "This shape seems to be OK" [bopcheck result]] != 1 } {
18 puts "Error : The result is self-interfered"
19}
20
21checkview -display result -2d -path ${imagedir}/${test_image}.png