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: 2023.1.3.0 (2023.1.3)
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<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