Click or drag to resize
SoVRMLStaticGroupboundingBoxCaching Property

Whether to cache during bounding box traversal.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFEnum<SoVRMLStaticGroupCachings> boundingBoxCaching { 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