Click or drag to resize
SoInteractionKitrenderCaching Property

Note: This API is now obsolete.

Set render caching mode.

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 10.3.0.0. This field is ignored. Render caching is set internally to ensure best performance.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoSFEnum<SoInteractionKitCachings> renderCaching { get; }

Property Value

Type: SoSFEnumSoInteractionKitCachings
Remarks

. Default is AUTO.

Caution note Caution

Obsolete since Open Inventor 10300. This field is ignored. Render caching is set internally to ensure best performance.

See Also