Click or drag to resize
SoWinGLWidgetMakeNormalCurrent Method

Note: This API is now obsolete.

Makes the normal rendering context the current context.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool MakeNormalCurrent()

Return Value

Type: Boolean
Remarks

Obsoletesince Open Inventor 8100 Use bindNormalContext and unbindNormalContext instead.

See Also