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.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
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