0031939: Coding - correction of spelling errors in comments [part 7]
[occt.git] / tests / bugs / mesh / bug21593
1 # test for #21593: compare number of triangles/nodes
2 # produced by BRepMesh for face with internal vertices
3 # depending on value of InternalVerticesMode flag.
4
5 restore [locate_data_file bug21593_internal_vertices.brep] a
6
7 # enable internal vertices mode
8 tclean a
9 incmesh a 0.1
10
11 checktrinfo a -tri 10 -nod 8
12
13 # disable internal vertices mode
14 tclean a
15 incmesh a 0.1 -int_vert_off
16
17 checktrinfo a -tri 2 -nod 4