Click or drag to resize
SoGLRenderActionGenerateCacheContext Method

Generates and returns a new cache context id.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static uint GenerateCacheContext()

Return Value

Type: UInt32
Remarks

The returned cache context id can then be used to pass to the OIV.Inventor.Actions.SoGLRenderAction.SetCacheContext(System.UInt32) method call.

See Also