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