Brief Index      Full Index      I.M. Reference

MShow_Face_Visibilities


Functions

void MShow_Specific_Face_Visibilities (HC_KEY key, int count, int *indices, char *settings)
void MShow_Face_Visibilities_By_Index (HC_KEY key, int count, int *indices, char *settings)
void MShow_Face_Visibilities (HC_KEY key, int offset, int count, char *settings)

Function Documentation

void MShow_Specific_Face_Visibilities ( HC_KEY  key,
int  count,
int *  indices,
char *  settings 
)

Shows the visibility settings for a list of faces.

Parameters:
key - Key of a shell or mesh.
count - Number of faces.
indices - The list of faces to show the visibility setting.
settings - Visibility setting per face, zero (0) for off, one (1) for on. Passed by reference. Returned to user.

DETAILS

settings is a character array with a 0 or non 0 value in each character.

NOTES

An error is generated (like the other MShow functions) if a face within the range does not have a visibility setting.

See also:
MSet_Specific_Face_Visibilities, MSet_Face_Colors_By_FIndex, MSet_Face_Colors_By_Value, MSet_Face_Regions, MShow_Face_Colors_By_FIndex, MShow_Face_Colors_By_Value, MShow_Face_Regions

void MShow_Face_Visibilities_By_Index ( HC_KEY  key,
int  count,
int *  indices,
char *  settings 
)

Similar to MShow_Specific_Face_Visibilities() which shows the visibility settings for a precise list of faces.

Parameters:
key - Key of a shell or mesh.
count - Number of faces.
indices - The list of faces to show the visibility setting.
settings - Visibility setting per face, zero (0) for off, one (1) for on. Passed by reference. Returned to user.

DETAILS

settings is a character array with a 0 or non 0 value in each character.

NOTES

An error is generated (like the other MShow functions) if a face within the range does not have a visibility setting.

See also:
MSet_Specific_Face_Visibilities, MSet_Face_Colors_By_FIndex, MSet_Face_Colors_By_Value, MSet_Face_Regions, MShow_Face_Colors_By_FIndex, MShow_Face_Colors_By_Value, MShow_Face_Regions

void MShow_Face_Visibilities ( HC_KEY  key,
int  offset,
int  count,
char *  settings 
)

Shows the visibility settings for a range of faces.

Parameters:
key - Key of a shell or mesh.
offset - First face number.
count - Number of faces.
settings - Visibility setting per face, zero (0) for off, one (1) for on. Passed by reference. Returned to user.

DETAILS

This function is equivalent to MShow_Specific_Face_Visibilities.

See also:
MSet_Specific_Face_Visibilities, MSet_Face_Colors_By_FIndex, MSet_Face_Colors_By_Value, MSet_Face_Regions, MShow_Face_Colors_By_FIndex, MShow_Face_Colors_By_Value, MShow_Face_Regions

Main Index
Brief Index      Full Index      I.M. Functions