SoOctreeOrderingSetHandleTransparency Method |
If handle transparency is turned on, the octree will handle transparency and render cache transparent objects.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetHandleTransparency(
bool handle
)
Public Sub SetHandleTransparency (
handle As Boolean
)
public:
void SetHandleTransparency(
bool handle
)
member SetHandleTransparency :
handle : bool -> unit
Parameters
- handle
- Type: SystemBoolean
Remarks
See Also