Brief Index      Full Index      I.M. Reference

MShow_Face_Colors_By_FIndex


Functions

void MShow_Face_Colors_By_FIndex (HC_KEY key, int foffset, int fcount, float *values)
void MShow_Specific_Face_Colors_By_FIndex (HC_KEY key, int fcount, int *faces, float *values)

Function Documentation

void MShow_Face_Colors_By_FIndex ( HC_KEY  key,
int  foffset,
int  fcount,
float *  values 
)

Returns face color settings from a contiguous range of faces without having to open geometry.

Parameters:
key - Key to the piece of geometry to query.
foffset - Index of the key's face list on which to start querying values.
fcount - Number of faces from foffset to query.
values - Array of index values pertaining to a color map. See Set_Color_By_FIndex(). Passed by reference. Returned to user.

DETAILS

NOTES

RESTRICTIONS

See also:
MSet_Face_Colors_By_FIndex, MSet_Face_Colors_By_Value, MShow_Face_Colors_By_Value, MShow_Vertex_Colors_By_Value, MShow_Vertex_Colors_By_FInd, MShow_Face_Regions, Insert_Shell, Show_Shell, Edit_Shell_Faces, Edit_Shell_Points

void MShow_Specific_Face_Colors_By_FIndex ( HC_KEY  key,
int  fcount,
int *  faces,
float *  values 
)

Returns face color settings from an arbitrary set of faces without having to open geometry.

Parameters:
key - Key to the piece of geometry to query.
fcount - Number of faces in faces.
faces - List of face identifiers on which to query color indices.
values - Array of index values pertaining to a color map. See Set_Color_By_FIndex(). Passed by reference. Returned to user.

DETAILS

NOTES

RESTRICTIONS

See also:
MSet_Face_Colors_By_FIndex, MSet_Face_Colors_By_Value, MShow_Face_Colors_By_Value, MShow_Vertex_Colors_By_Value, MShow_Vertex_Colors_By_FInd, MShow_Face_Regions, Insert_Shell, Show_Shell, Edit_Shell_Faces, Edit_Shell_Points

Main Index
Brief Index      Full Index      I.M. Functions