Brief Index      Full Index      Events Index      I.M. Reference

MShow_Vertex_Colors_By_FInd


Functions

void MShow_Vertex_Colors_By_FIndex (HC_KEY key, const char *type, int offset, int pcount, float *indices)
void MShow_Specific_Vertex_Colors_By_FIndex (HC_KEY key, const char *type, int pcount, const int *offsets, float *indices)

Function Documentation

void MShow_Vertex_Colors_By_FIndex ( HC_KEY  key,
const char *  type,
int  offset,
int  pcount,
float *  indices 
)

Returns vertex color settings from a range of vertices without having to open each vertex.

Parameters:
key - Key to the piece of geometry to query.
type - Type of geometry referred to by key. This can be either "vertex", "edge", or "face"
offset - Index of the key's point array on which to start querying values.
pcount - Number of points from offset to query.
values - Array of floating point color index values. See Set_Color_By_FIndex(). Passed by reference. Returned to user.
See also:
MSet_Vertex_Colors_By_FIndex, MSet_Vertex_Colors_By_Value, MShow_Vertex_Colors_By_Value, MShow_Face_Colors_By_FIndex, MShow_Face_Colors_By_Value, MShow_Face_Regions, Insert_Shell, Show_Shell, Edit_Shell_Faces, Edit_Shell_Points

void MShow_Specific_Vertex_Colors_By_FIndex ( HC_KEY  key,
const char *  type,
int  pcount,
const int *  offsets,
float *  indices 
)

Returns vertex color settings from an arbitrary set of vertices without having to open each vertex.

Parameters:
key - Key to the piece of geometry to query.
type - Type of geometry referred to by key. This can be either "vertex", "edge", or "face"
pcount - Number of points in offset to query.
offset - Indices of the key's point array on which to query values.
indices - Array of floating point color index values. See Set_Color_By_FIndex(). Passed by reference. Returned to user.
See also:
MSet_Vertex_Colors_By_FIndex, MSet_Vertex_Colors_By_Value, MShow_Vertex_Colors_By_Value, MShow_Face_Colors_By_FIndex, MShow_Face_Colors_By_Value, MShow_Face_Regions, Insert_Shell, Show_Shell, Edit_Shell_Faces, Edit_Shell_Points

Brief Index      Full Index      Events Index      I.M. Reference