Brief Index      Full Index      Events Index      I.M. Reference

MShow_Face_Regions

Functions

void MShow_Face_Regions (HC_KEY key, int *face_count, int *regions)
 
void MShow_Face_Regions_Count (HC_KEY key, int *face_count)
 

Detailed Description

Function Documentation

void MShow_Face_Regions ( HC_KEY  key,
int *  face_count,
int *  regions 
)

Show the regions defined for a given shell without requiring open geometry.

Parameters
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.

DETAILS

NOTES

RESTRICTIONS

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

Brief Index      Full Index      Events Index      I.M. Reference