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.37.0.Release.d68cc17a144c4f433a18b21dc892065973fe2b38
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