0026342: No materials are read from STEP
[occt.git] / tests / bugs / moddata_1 / buc60854
CommitLineData
0e94a94e 1puts "TODO OCC12345 ALL: BUC60854: Error"
2
3puts "========"
4puts "BUC60854"
5puts "========"
6
7pload QAcommands
8
9plane test_plane
10mkface test_face test_plane 0 1 0 1
11
12vertex test_vertex_1 0 0.5 0
13vertex test_vertex_2 1 0.5 0
14edge test_edge test_vertex_1 test_vertex_2
15
16splitshape test_shape test_face test_face test_edge
17
18explode test_shape f
19
20renamevar test_shape_1 test_face
21
22vertex test_vertex_3 0.2 0.5 0
23vertex test_vertex_4 0.8 0.5 0
24edge test_edge_1 test_vertex_3 test_vertex_4
25
26vertex test_vertex_5 0 1 0
27edge test_edge_2 test_vertex_5 test_vertex_3
28
29vertex test_vertex_6 1 1 0
30edge test_edge_3 test_vertex_4 test_vertex_6
31
32BUC60854 result test_shape test_face test_edge_2 test_edge_3 @ test_edge test_edge_1
33
34erase test_plane
35
36regexp {FACE +: +([-0-9.+eE]+)} [numshapes result] full FACE_num
37
38if {${FACE_num} != 3} {
39 puts "BUC60854: Error"
40}
41
42set 2dviewer 0
43