Delegate AnimatedView.NextStepDelegate
Delegate for the NextStepEvent
Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate void NextStepDelegate(AnimatedView sender, double time);
Parameters
| Type | Name | Description |
|---|---|---|
| AnimatedView | sender | The calling AnimtedView |
| System.Double | time | The current time in the sense of the simulation |