CADability dotNET
Creates a new AnimatedView object. In oder to display this view on the screen you need to add this view to a SingleDocumentFrame and set it as the ActiveView.

Namespace:  CADability
Assembly:  CADability (in CADability.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public AnimatedView(
	Project project,
	Model model,
	IFrame frame
)
Visual Basic (Declaration)
Public Sub New ( _
	project As Project, _
	model As Model, _
	frame As IFrame _
)
Visual C++
public:
AnimatedView(
	Project^ project, 
	Model^ model, 
	IFrame^ frame
)

Parameters

project
Type: CADability..::.Project
The project that contains the lists of all schedules (if needed)
model
Type: CADability..::.Model
The model that is displayed and contains the list of all drives
frame
Type: CADability..::.IFrame
The frame which is the context of this view

See Also