Description
Assigns a material index to a specified shell and updates the shell rendering in the document window.
Syntax
Sub RFDocument.SetShellMaterial(shellID As RFEntityID,materialIndex As Long)
The SetShellMaterial syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to assign a new material index. |
| materialIndex | [IN] Long Required. Material index to assign. |
Remarks