Click or drag to resize
SoGLLazyElementSendDiffuseByIndex Method

Sends diffuse color and transparency, by index.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SendDiffuseByIndex(
	int index
)

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