SoSeparatorKitboundingBoxCaching Property |
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoSeparatorKitCachings> boundingBoxCaching { get; }
Public ReadOnly Property boundingBoxCaching As SoSFEnum(Of SoSeparatorKitCachings)
Get
public:
property SoSFEnum<SoSeparatorKitCachings>^ boundingBoxCaching {
SoSFEnum<SoSeparatorKitCachings>^ get ();
}
member boundingBoxCaching : SoSFEnum<SoSeparatorKitCachings> with get
Property Value
Type:
SoSFEnumSoSeparatorKitCachingsRemarks Set bounding box caching mode. . Default is ON. Setting this value to AUTO is equivalent to ON - automatic culling is not implemented.
See Also