SoWinRenderAreaSetOverlaySceneManager Method |
Note: This API is now obsolete.
Sets the overlay plane scene manager.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetOverlaySceneManager(
SoSceneManager sm
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetOverlaySceneManager (
sm As SoSceneManager
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetOverlaySceneManager(
SoSceneManager^ sm
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetOverlaySceneManager :
sm : SoSceneManager -> unit
Parameters
- sm
- Type: OIV.InventorSoSceneManager
RemarksNote: For convenience most of the SoSceneManager methods have already been added to this class.Obsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
See Also