Click or drag to resize

ISceneAnimationRunToTime Method

Runs the model until the specified time.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
bool RunToTime(
	double time,
	RunMode runMode
)

Parameters

time
Type: SystemDouble
The time to stop the model.
runMode
Type: Demo3D.VisualsRunMode
Speed at which the model runs

Return Value

Type: Boolean
True if successful
See Also