SoWinRenderAreaSetOverlayGLRenderAction Method |
Note: This API is now obsolete.
Sets the GL render action for the overlay window.
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 SetOverlayGLRenderAction(
SoGLRenderAction ra
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetOverlayGLRenderAction (
ra As SoGLRenderAction
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetOverlayGLRenderAction(
SoGLRenderAction^ ra
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetOverlayGLRenderAction :
ra : SoGLRenderAction -> unit
Parameters
- ra
- Type: OIV.Inventor.ActionsSoGLRenderAction
RemarksObsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
See Also