CADability dotNET
Called, when the ConstructAction is done, i.e. all non-optional inputs have been fixed. The default implementation adds the active object (if it exists) to the active model and removes this action. Override this method if you need a different behaviour.

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

Syntax

C#
public virtual void OnDone()
Visual Basic
Public Overridable Sub OnDone
Visual C++
public:
virtual void OnDone()

See Also