SoBlendElementSetFunction Method |
Sets the blending function.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetFunction(
SoState state,
SoBlendElementBlendFactors source,
SoBlendElementBlendFactors destination
)
Public Shared Sub SetFunction (
state As SoState,
source As SoBlendElementBlendFactors,
destination As SoBlendElementBlendFactors
)
public:
static void SetFunction(
SoState^ state,
SoBlendElementBlendFactors source,
SoBlendElementBlendFactors destination
)
static member SetFunction :
state : SoState *
source : SoBlendElementBlendFactors *
destination : SoBlendElementBlendFactors -> unit
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