CADability dotNET
Provides access to the "feedback" object, which is used to define visual feedback of the action. When objects in a model are modified, you will immediately see the feedback (if this model is visible in a ModelView). But sometimes you need more feedback, like arrows or imtermediate objects that change while the mousinput (or controlcenter input or some other conditions) change. Add those objects to the feedback and they will be displayed immediately.

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public ActionFeedBack FeedBack { get; }
Visual Basic
Public ReadOnly Property FeedBack As ActionFeedBack
	Get
Visual C++
public:
property ActionFeedBack^ FeedBack {
	ActionFeedBack^ get ();
}

See Also