Click or drag to resize
SoLazyElementGetDiffuse Method

get() methods get value from Inventor state.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public static SbColor GetDiffuse(
	SoState state,
	int index
)

Parameters

state
Type: OIV.Inventor.MiscSoState
index
Type: SystemInt32

Return Value

Type: SbColor
Remarks

The public methods are static, they get an instance of the element. If there is a cache, the appropriate virtual registerGetDependence is called.

See Also