Click or drag to resize
SoCacheElement.Invalidate Method

Invalidate any open caches.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public static void Invalidate(
	SoState state
)

Parameters

state
Type: OIV.Inventor.Misc.SoState
Remarks

This is called by nodes that should not be cached.

See Also