Click or drag to resize
SoSeparatorKitCachings Enumeration

Possible values for caching.

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
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