SoWinRenderAreaSetOverlaySceneGraph Method |
Note: This API is now obsolete.
Sets the scene graph to be rendered in the overlay plane.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void SetOverlaySceneGraph(
SoNode newScene
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub SetOverlaySceneGraph (
newScene As SoNode
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void SetOverlaySceneGraph(
SoNode^ newScene
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetOverlaySceneGraph :
newScene : SoNode -> unit
Parameters
- newScene
- Type: OIV.Inventor.NodesSoNode
RemarksNOTE: This feature requires a graphics board that supports an overlay plane.Obsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
See Also