SoBlendElementSetBlending Method |
Enable or disable blending.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetBlending(
SoState state,
bool enabled
)
Public Shared Sub SetBlending (
state As SoState,
enabled As Boolean
)
public:
static void SetBlending(
SoState^ state,
bool enabled
)
static member SetBlending :
state : SoState *
enabled : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- enabled
- Type: SystemBoolean
Remarks See Also