Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

Show_Faces

Functions

void Show_Faces (int *face_count, int *faces)
 Show faces associated with the currently open region. More...
 
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 More...
 

Detailed Description

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()