Main Content
size
Size of triangulation connectivity list
Syntax
Description
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).
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2013a