Click or drag to resize
SoSeparatorrenderCaching Property

Note: This API is now obsolete.

Whether to cache during rendering traversal.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
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<SoSeparatorCachings> renderCaching { get; }

Property Value

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