Functions | |
void | MUnSet_Vertex_Colors (HC_KEY key, int offset, int count) |
void | MUnSet_Vertex_Colors2 (HC_KEY key, const char *type, int offset, int count) |
void | MUnSet_Specific_Vertex_Colors (HC_KEY key, int count, const int *offsets) |
void | MUnSet_Specific_Vertex_Colors2 (HC_KEY key, const char *type, int count, const int *indices) |
void MUnSet_Vertex_Colors | ( | HC_KEY | key, | |
int | offset, | |||
int | count | |||
) |
Removes vertex-specific color settings from a range of vertices with adjacent offsets.
key | The unique identifier returned by a previous call to Insert_Mesh(), Insert_Shell(), or Insert_PolyCylinder(). | |
offset | Offset number of the point in the surface definition at which to start work. "0" is the first offset value. | |
count | Number of points on which to unset color, starting from offset. |
void MUnSet_Vertex_Colors2 | ( | HC_KEY | key, | |
const char * | type, | |||
int | offset, | |||
int | count | |||
) |
Removes vertex-specific color settings from a range of vertices with adjacent offsets based on type.
key | The unique identifier returned by a previous call to Insert_Mesh(), Insert_Shell(), or Insert_PolyCylinder(). | |
type | A list of which geometry types are to be affected. Currently the legal values for this parameter are "markers (or vertex), edges or faces". Uppercase versus lowercase is not significant. | |
offset | Offset number of the point in the surface definition at which to start work. "0" is the first offset value. | |
count | Number of points on which to unset color, starting from offset. |
void MUnSet_Specific_Vertex_Colors | ( | HC_KEY | key, | |
int | count, | |||
const int * | offsets | |||
) |
Removes vertex-specific color settings from a set of vertices with arbitrary offsets.
key | The unique identifier returned by a previous call to Insert_Mesh(), Insert_Shell(), or Insert_PolyCylinder(). | |
count | Number of values contained in offsets. | |
offsets | Offsets of the points in the surface definition on which to remove color settings. |
void MUnSet_Specific_Vertex_Colors2 | ( | HC_KEY | key, | |
const char * | type, | |||
int | count, | |||
const int * | indices | |||
) |
Removes vertex-specific color settings from a set of vertices with arbitrary offsets based on type.
key | The unique identifier returned by a previous call to Insert_Mesh(), Insert_Shell(), or Insert_PolyCylinder(). | |
type | A list of which geometry types are to be affected. Currently the legal values for this parameter are "markers (or vertex), edges or faces". Uppercase versus lowercase is not significant. | |
count | Number of values contained in offsets. | |
offsets | Offsets of the points in the surface definition on which to remove color settings. |