Click or drag to resize
SoBufferObjectGetBufferObjectCache Method

Returns the cache manager object.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public static SoCpuBufferObjectCache GetBufferObjectCache()

Return Value

Type: SoCpuBufferObjectCache
Remarks

This object manages a cache of OIV.Inventor.Devices.SoCpuBufferObject objects. OIV.Inventor.Devices.SoBufferObject creates an instance of this class that is primarily used for the LDM tile cache (see OIV.LDM.SoLDMGlobalResourceParameters for more information). The buffer object cache can be accessed using the OIV.Inventor.Devices.SoBufferObject static method getBufferObjectCache. Default size is 50 or the value of OIV_BUFFER_OBJECT_CACHE_SIZE.

See Also