Click or drag to resize
SoDBSetSystemTimer Method

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

Parameters

timer
Type: OIV.Inventor.SensorsSoSystemTimer
Remarks

The system dependent timer allows Inventor to manage its sensor queue (for timers, animation) when creating custom viewers. 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