Brief Index      Full Index      I.M. Reference

MShow_Vertex_Parameters


Functions

void MShow_Vertex_Parameters (HC_KEY key, int offset, int pcount, int *number, float *params)
void MShow_Vertex_Parameter_Size (HC_KEY key, int *number)

Function Documentation

void MShow_Vertex_Parameters ( HC_KEY  key,
int  offset,
int  pcount,
int *  number,
float *  params 
)

Returns the parameter settings from multiple vertices without having to open each vertex.

Parameters:
key - Key to the piece of geometry to query.
offset - Index of the key's point array on which to start querying values.
pcount - Number of points from offset to query.
number - Number of parameters that are set on the vertices of this piece of geometry. Note that number is consistent for all vertices of the shell or mesh.
params - A two dimensional array of floating-point vertex parameters. Passed by reference. Returned to user.

DETAILS

NOTES

RESTRICTIONS

See also:
MShow_Vertex_Parameter_Size, MSet_Vertex_Parameters, Set_Parameter, Show_Parameter, MSet_Vertex_Normals, Set_Normal, Show_Normal

void MShow_Vertex_Parameter_Size ( HC_KEY  key,
int *  number 
)

Returns the number of parameters that are set on each vertex of a shell or mesh.

Parameters:
key - Key to the piece of geometry to query.
number - Number of parameters that are set on the vertices of this piece of geometry. Note that number is consistent for all vertices of the shell or mesh.

DETAILS

NOTES

RESTRICTIONS

See also:
MSet_Vertex_Parameters, Set_Parameter, Show_Parameter, MSet_Vertex_Normals, Set_Normal, Show_Normal

Main Index
Brief Index      Full Index      I.M. Functions