Functions | |
void | MShow_Face_Regions (HC_KEY key, int *face_count, int *regions) |
void | MShow_Face_Regions_Count (HC_KEY key, int *face_count) |
void MShow_Face_Regions | ( | HC_KEY | key, | |
int * | face_count, | |||
int * | regions | |||
) |
Show the regions defined for a given shell without requiring open geometry.
key | - key to a shell | |
face_count | - number of faces in the shell | |
regions | - list of regions defined for a shell. Returned to caller. Passed by reference always. |
void MShow_Face_Regions_Count | ( | HC_KEY | key, | |
int * | face_count | |||
) |
Finds the number of face regions in a shell. This is useful for determining the size of the data structure needed for regions.
key | - key to a shell | |
face_count | - number of faces in the shell |