Click or drag to resize

Emulate3DTestFixtureRunModelForSecondsAsync(Double, Double) Method

Fast forward the model for the specified number of seconds.

Namespace: Demo3D.TestRunner
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Task RunModelForSecondsAsync(
	double seconds,
	double speed
)

Parameters

seconds  Double
The duration to run the model for, in seconds.
speed  Double
The speed multiplier at which to run the model.

Return Value

Task

[Missing <returns> documentation for "M:Demo3D.TestRunner.Emulate3DTestFixture.RunModelForSecondsAsync(System.Double,System.Double)"]

Exceptions
ExceptionCondition
InvalidOperationException
See Also