SoGLLazyElementSendDiffuseByIndex Method |
Sends diffuse color and transparency, by index.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SendDiffuseByIndex(
int index
)
Public Sub SendDiffuseByIndex (
index As Integer
)
public:
void SendDiffuseByIndex(
int index
)
member SendDiffuseByIndex :
index : int -> unit
Parameters
- index
- Type: SystemInt32
Remarks Included for compatibility with SoMaterialBundle. To be used by a shape to send additional colors after first send(). Should NEVER be the first send of a shape!
See Also