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) |
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.
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.
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. |