Click or drag to resize
SoBlendElementSetFunction Method

Sets the blending function.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetFunction(
	SoState state,
	SoBlendElementBlendFactors source,
	SoBlendElementBlendFactors destination
)

Parameters

state
Type: OIV.Inventor.MiscSoState
source
Type: OIV.Inventor.ElementsSoBlendElementBlendFactors
destination
Type: OIV.Inventor.ElementsSoBlendElementBlendFactors
Remarks

Convenience function to shorten code only setting the blending function withput separating components.

See Also