Click or drag to resize
SoSeparatorKitrenderCaching Property

Note: This API is now obsolete.

Set render caching mode.

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

Property Value

Type: SoSFEnumSoSeparatorKitCachings
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