Click or drag to resize
SoInteractionKitCachings Enumeration

Possible values for caching.

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum Cachings
Members
  Member nameValueDescription
OFF0

Never build or use a cache.

ON1

Always try to build a cache.

AUTO2

Automatic caching.

Remarks