| SoWpfRenderAreaSourceSetTransparencyType Method |
Sets the Transparency algorithm used to render transparent part.
Namespace: OIV.Inventor.WpfAssembly: OIV.Inventor.Wpf (in OIV.Inventor.Wpf.dll) Version: 9.9.39.0.Release.27472774f05218f47d897e52c3791dccca1041b1
Syntaxpublic void SetTransparencyType(
SoTransparencyTypeTransparencyTypes type
)
Public Sub SetTransparencyType (
type As SoTransparencyTypeTransparencyTypes
)
public:
void SetTransparencyType(
SoTransparencyTypeTransparencyTypes type
)
member SetTransparencyType :
type : SoTransparencyTypeTransparencyTypes -> unit
Parameters
- type
- Type: OIV.Inventor.NodesSoTransparencyTypeTransparencyTypes
define the transparency algorithm to used
See Also