SoVRMLStaticGroupboundingBoxCaching Property |
Whether to cache during bounding box traversal.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<SoVRMLStaticGroupCachings> boundingBoxCaching { get; }
Public ReadOnly Property boundingBoxCaching As SoSFEnum(Of SoVRMLStaticGroupCachings)
Get
public:
property SoSFEnum<SoVRMLStaticGroupCachings>^ boundingBoxCaching {
SoSFEnum<SoVRMLStaticGroupCachings>^ get ();
}
member boundingBoxCaching : SoSFEnum<SoVRMLStaticGroupCachings> with get
Property Value
Type:
SoSFEnumSoVRMLStaticGroupCachings
Remarks. Default is AUTO.
NOTE: This field is not compatible with VRML97/X3D. If you specify a non-default value for this field, when this node is written to a VRML file, the file will contain this incompatible field and standard VRML97/X3D file readers will not be able to read it.
See Also