0032424: [Regression] Mesh - Slow triangulation of a simple shape.
[occt.git] / tests / bugs / mesh / bug21593
CommitLineData
a319f03f 1# test for #21593: compare number of triangles/nodes
2# produced by BRepMesh for face with internal vertices
7b5e532f 3# depending on value of InternalVerticesMode flag.
a319f03f 4
5restore [locate_data_file bug21593_internal_vertices.brep] a
6
7# enable internal vertices mode
8tclean a
9incmesh a 0.1
a319f03f 10
5d7a0489 11checktrinfo a -tri 10 -nod 8
a319f03f 12
13# disable internal vertices mode
14tclean a
15incmesh a 0.1 -int_vert_off
a319f03f 16
5d7a0489 17checktrinfo a -tri 2 -nod 4