Click or drag to resize
SoDBGetRealTimeInterval Method

Returns how often the database is updating the realTime global field.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SbTime GetRealTimeInterval()

Return Value

Type: SbTime
Remarks

See also OIV.Inventor.SoDB.SetRealTimeInterval(OIV.Inventor.SbTime). The realTime global field can be accessed like this:

SoSFTime* realTimeField = (SoSFTime*)SoDB.getGlobalField( "realTime" );

See Also