Brief Index      Full Index      Events Index      I.M. Reference

Show_Faces


Functions

void Show_Faces (int *face_count, int *faces)
void Show_Faces_Count (int *face_count)

Function Documentation

void Show_Faces ( int *  face_count,
int *  faces 
)

Show faces associated with the currently open region.

Parameters:
face_count - number of faces in a given region. Returned to caller. Passed by reference always
faces - array of indices of the faces in a given region, length equal to face_count. Returned to caller. Passed by reference always.

DETAILS

NOTES

RESTRICTIONS

See also:

void Show_Faces_Count ( int *  face_count  ) 

Finds the number of faces in a given region. This is useful in determining the size of the data structure that must holds faces.

Parameters:
face_count - number of faces in a given region. Returned to caller. Passed by reference always

DETAILS

No additional details. See Show_Faces()

Brief Index      Full Index      Events Index      I.M. Reference