CADability dotNET

The AnimatedView type exposes the following members.

Methods

  NameDescription
Added (Overrides IShowPropertyImpl..::.Added(IPropertyTreeView).)
AddHighlightedObject
Adds the provided object to the highlighted objects of this view. This is typically called during simulation/animation to draw the user attention to this object
Collision
Tests the collision of two solids. The current position of the drives is applied to both objects (typically one of the objects is static). If there is a collision, true is returned and the collisionPoint is filled with an arbitrary point where collision takes place.
GetContextMenu (Overrides IShowPropertyImpl..::.GetContextMenu()()().)
PauseAnimation
Pauses the animation. All drive positions remain unchanged, the time stops.
RemoveHighlightedObject
Remove the highlighted object that was previously added
ResumeAnimation
Resume a previously paused animation
SetSelectedObject
SetSelectedObjects
StartAnimation
Starts the realtime animation. speed provides a time factor, 1.0 is real time. The method returns immediately. There may bee zooming and scrolling during the animation. The animation may be stopped at any time and stops automatically when endTime is reached. Each discrete frame that is displayed fires the [!:AnimationFrameEvent] to enable the user of this class to provide some additional display changes or other tasks.
StopAnimation
Stop the animation. All objects return to the starting position
ZoomToModelExtent
Zooms to the extend of the model. The projection direction is not changed.
ZoomToRect

Explicit Interface Implementations

See Also