MShow_Face_Regions
Functions | |
void | MShow_Face_Regions (HC_KEY key, int *face_count, int *regions) |
Show the regions defined for a given shell without requiring open geometry. More... | |
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. More... | |
Detailed Description
Function Documentation
◆ MShow_Face_Regions()
void MShow_Face_Regions | ( | HC_KEY | key, |
int * | face_count, | ||
int * | regions | ||
) |
◆ MShow_Face_Regions_Count()
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.
- Parameters
-
key - key to a shell face_count - number of faces in the shell
DETAILS
No additional details. See MShow_Face_Regions()