Description
Removes the vertex color information, if any, attached to a specified shell and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.RemoveVertexColor(shellID As RFEntityID) As RFErrorCode
The RemoveVertexColor syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to remove the vertex color information. |
Remarks