SoSceneManagerEnableRealTimeUpdate Method |
Enables the realTime global field update which normally happen right after a redraw.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void EnableRealTimeUpdate(
bool flag
)
Public Shared Sub EnableRealTimeUpdate (
flag As Boolean
)
public:
static void EnableRealTimeUpdate(
bool flag
)
static member EnableRealTimeUpdate :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks See Also