Click or drag to resize
SoGLRenderActionAutoCacheModes Enumeration

Two bits are stored.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public enum AutoCacheModes
Members
  Member nameValueDescription
DO_AUTO_CACHE1
DONT_AUTO_CACHE2
Remarks

Nodes that should be cached will set the DO_AUTO_CACHE bit, nodes that should NOT be cached will set the DONT_AUTO_CACHE bit. By default, DO_AUTO_CACHE is false unless remote rendering is being done. DONT_AUTO_CACHE is false by default. Separators will auto cache if DO_AUTO_CACHE is true and DONT_AUTO_CACHE is false, otherwise they won't auto-cache.

See Also