Table of Contents

Class ToolAction

Namespace
Macad.Interaction
Assembly
Macad.Interaction.dll
public abstract class ToolAction : WorkspaceControl, IMouseEventHandler, IContextMenuItemProvider
Inheritance
ToolAction
Implements
Derived

Constructors

protected ToolAction()

Properties

public bool IsFinished { get; protected set; }
Property Value: bool

Methods

public override bool OnEntitySelectionChanging(IEnumerable<InteractiveEntity> entitiesToSelect, IEnumerable<InteractiveEntity> entitiesToUnSelect)
entitiesToSelect IEnumerable<InteractiveEntity>
entitiesToUnSelect IEnumerable<InteractiveEntity>
Returns: bool

protected virtual bool OnStart()
Returns: bool

protected virtual void OnStop()

public virtual void Reset()

public bool Start()
Returns: bool

public void Stop()