SoSeparatorrenderCaching Property |
Note: This API is now obsolete.
Whether to cache during rendering traversal.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoSFEnum<SoSeparatorCachings> renderCaching { get; }
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public ReadOnly Property renderCaching As SoSFEnum(Of SoSeparatorCachings)
Get
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property SoSFEnum<SoSeparatorCachings>^ renderCaching {
SoSFEnum<SoSeparatorCachings>^ get ();
}
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member renderCaching : SoSFEnum<SoSeparatorCachings> with get
Property Value
Type:
SoSFEnumSoSeparatorCachings
Remarks. Default is AUTO.Obsoletesince Open Inventor 10300.
This field is ignored. Render caching is set internally to ensure best performance.
See Also