Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoCache(
SoState state
)
Public Sub New (
state As SoState
)
public:
SoCache(
SoState^ state
)
new :
state : SoState -> SoCache
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Remarks Takes the state in effect when the cache is used; it is assumed that the state is pushed before the cache is created.
See Also