Functions | |
void | MShow_Region_Faces (HC_KEY key, int region, int *face_count, int *faces) |
void | MShow_Region_Faces_Count (HC_KEY key, int region, int *face_count) |
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.
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. |
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.
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 |