Click or drag to resize
SoDBSetSystemTimer Method

The system dependent timer allows Inventor to manage its sensor queue (for timers, animation) when creating custom viewers.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static void SetSystemTimer(
	SoSystemTimer timer
)

Parameters

timer
Type: OIV.Inventor.SensorsSoSystemTimer
Remarks

Typically, this method could be called in the constructor of the first interactive render area created. Calling this method more than once, does nothing.

See Also