Table of Contents

Class RotateAction

Namespace
Macad.Interaction
Assembly
Macad.Interaction.dll
public class RotateAction : ToolAction, IMouseEventHandler, IContextMenuItemProvider
Inheritance
RotateAction
Implements

Constructors

public RotateAction(Ax3 coordinateSystem)
coordinateSystem Ax3

Properties

public bool IsRotating { get; }
Property Value: bool

Methods

public override bool OnMouseDown(MouseEventData data)
data MouseEventData
Returns: bool

public override bool OnMouseMove(MouseEventData data)
data MouseEventData
Returns: bool

public override bool OnMouseUp(MouseEventData data)
data MouseEventData
Returns: bool

Events

public event RotateAction.EventHandler Finished
Event Type: RotateAction.EventHandler

public event RotateAction.EventHandler Preview
Event Type: RotateAction.EventHandler