SoDBSetSystemTimer Method |
The system dependent timer allows Inventor to manage its sensor queue (for timers, animation) when creating custom viewers.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void SetSystemTimer(
SoSystemTimer timer
)
Public Shared Sub SetSystemTimer (
timer As SoSystemTimer
)
public:
static void SetSystemTimer(
SoSystemTimer^ timer
)
static member SetSystemTimer :
timer : SoSystemTimer -> unit
Parameters
- timer
- Type: OIV.Inventor.SensorsSoSystemTimer
RemarksTypically, 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