| SoBBoxCacheElementSet Method  | 
Sets the boundingBox cache mode. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void Set(
	SoState state,
	SoBBoxCacheElementCacheModes cacheMode
)
Public Shared Sub Set ( 
	state As SoState,
	cacheMode As SoBBoxCacheElementCacheModes
)
public:
static void Set(
	SoState^ state, 
	SoBBoxCacheElementCacheModes cacheMode
)
static member Set : 
        state : SoState * 
        cacheMode : SoBBoxCacheElementCacheModes -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - cacheMode
 - Type: OIV.Inventor.ElementsSoBBoxCacheElementCacheModes
 
Remarks
See Also