SoDBSetSystemTimer Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.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
RemarksThe 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