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