Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

MShow_Region_Faces

Functions

void MShow_Region_Faces (HC_KEY key, int region, int *face_count, int *faces)
 Show faces associated with a given region without requiring open geometry. More...
 
void MShow_Region_Faces_Count (HC_KEY key, int region, int *face_count)
 Finds the number of faces associated with a region in a shell. This is useful for determining the size of the data structure needed for faces. More...
 

Detailed Description

Function Documentation

void MShow_Region_Faces ( HC_KEY  key,
int  region,
int *  face_count,
int *  faces 
)

Show faces associated with a given region without requiring open geometry.

Parameters
key- key to a shell
region- numeric identifier of a region
face_count- number of faces associated with region. Returned to caller. Passed by reference always
faces- array of indices of the faces in a given region, with length equal to face_count. Returned to caller. Passed by reference always.

DETAILS

NOTES

RESTRICTIONS

See also
void MShow_Region_Faces_Count ( HC_KEY  key,
int  region,
int *  face_count 
)

Finds the number of faces associated with a region in a shell. This is useful for determining the size of the data structure needed for faces.

Parameters
key- key to a shell
region- numeric identifier of a region
face_count- number of faces associated with region. Returned to caller. Passed by reference always

DETAILS

No additional details. See MShow_Region_Faces()