Brief Index      Full Index      I.M. Reference

MShow_Vertex_Visibilities


Functions

void MShow_Vertex_Visibilities (HC_KEY key, int offset, int count, char *settings)
void MShow_Specific_Vertex_Visibilities (HC_KEY key, int count, const int *indices, char *settings)

Function Documentation

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

Shows per-vertex visibility settings of a range of vertices at once.

Parameters:
key - Key of a shell or mesh.
offset - First vertex number.
count - Number of vertices on which to show visibility.
settings - Visibility setting per vertex, zero (0) for off, non-zero for on. Returned to user.

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

Sets per-vertex visibility settings on several individual vertices at once. This overrides the visibility settings inherited from the segment-level.

Parameters:
key - Key of a shell or mesh.
count - Number of vertices on which to set visibility.
indices - Indices into the point list on which to show the visibility.
settings - Visibility setting per vertex, zero (0) for off, non-zero for on. Returned to user.

Main Index
Brief Index      Full Index      I.M. Functions