Size of triangulation connectivity list
returns the size of the triangulation connectivity list in the property
sz
= size(TR
)TR.ConnectivityList
. The output sz
is a
two-element row vector. The first element is the number of triangles or tetrahedra
in the triangulation, and the second element is the number of vertices per triangle
(three) or tetrahedron (four).