SoSeparatorKit.renderCulling Property |
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFEnum<SoSeparatorKit. Cachings> renderCulling { get; }
Public ReadOnly Property renderCulling As SoSFEnum(Of SoSeparatorKit.Cachings)
Get
public:
property SoSFEnum<SoSeparatorKit. Cachings>^ renderCulling {
SoSFEnum<SoSeparatorKit. Cachings>^ get ();
}
member renderCulling : SoSFEnum<SoSeparatorKit. Cachings> with get
Property Value
Type:
SoSFEnum<SoSeparatorKit.Cachings>
Remarks. Default is OFF. Setting this value to AUTO is equivalent to ON - automatic culling is not implemented.
See Also