Show / Hide Table of Contents

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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX