tetrahedron()#

TetraMeshData.tetrahedron(index)#

Returns the specified tetrahedron.

The returned data will be a 4 element numpy array which are the tetrahedral vertex indices.

Parameters:

index (int) – The tetrahedral index.

Returns:

A numpy array.

Return type:

ndarray