Description
Copies the vertex color information of a specified shell to a specified other shell, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.CopyVertexColor(fromShellID As RFEntityID, toShellID As RFEntityID) As RFErrorCode
The CopyVertexColor syntax has these parts:
| Part | Description |
|---|---|
| fromShellID | [IN] RFEntityID Required. Shell's RFEntityID to copy the vertex color information. |
| toShellID | [IN] RFEntityID Required. Shell's RFEntityID to which the vertex color information is copied. |
Remarks