Table of Contents

Class WorkspaceCommands

Namespace
Macad.Interaction
Assembly
Macad.Interaction.dll
public static class WorkspaceCommands
Inheritance
WorkspaceCommands

Properties

public static ActionCommand AlignWorkingPlane { get; }
Property Value: ActionCommand

public static ActionCommand CopyToClipboard { get; }
Property Value: ActionCommand

public static ActionCommand CutToClipboard { get; }
Property Value: ActionCommand

public static ActionCommand DeleteEntity { get; }
Property Value: ActionCommand

public static ActionCommand DoRedo { get; }
Property Value: ActionCommand

public static ActionCommand DoUndo { get; }
Property Value: ActionCommand

public static ActionCommand DuplicateEntity { get; }
Property Value: ActionCommand

public static ActionCommand Escape { get; }
Property Value: ActionCommand

public static ActionCommand PasteFromClipboard { get; }
Property Value: ActionCommand

public static ActionCommand<int> SetGridDivisionsValue { get; }
Property Value: ActionCommand<int>

public static ActionCommand<double> SetGridRotationValue { get; }
Property Value: ActionCommand<double>

public static ActionCommand<double> SetGridStepValue { get; }
Property Value: ActionCommand<double>

public static ActionCommand<Workspace.GridTypes> SetGridType { get; }
Property Value: ActionCommand<Workspace.GridTypes>

public static ActionCommand<ViewportController.PredefinedViews> SetPredefinedView { get; }
Property Value: ActionCommand<ViewportController.PredefinedViews>

public static ActionCommand<Viewport.RenderModes> SetRenderMode { get; }
Property Value: ActionCommand<Viewport.RenderModes>

public static ActionCommand<ViewportController.RubberbandSelectionMode> SetRubberbandSelectionMode { get; }
Property Value: ActionCommand<ViewportController.RubberbandSelectionMode>

public static ActionCommand<TransformTool.PivotPoint> SetTransformPivot { get; }
Property Value: ActionCommand<TransformTool.PivotPoint>

public static ActionCommand<int> SetWorkingPlane { get; }
Property Value: ActionCommand<int>

public static ActionCommand StartEditing { get; }
Property Value: ActionCommand

public static ActionCommand ToggleGrid { get; }
Property Value: ActionCommand

public static ActionCommand<InteractiveEntity> ToggleIsVisible { get; }
Property Value: ActionCommand<InteractiveEntity>

public static ActionCommand ToggleIsolateSelection { get; }
Property Value: ActionCommand

public static ActionCommand ToggleRubberbandIncludeTouched { get; }
Property Value: ActionCommand

public static ActionCommand ToggleSnapToEdge { get; }
Property Value: ActionCommand

public static ActionCommand ToggleSnapToGrid { get; }
Property Value: ActionCommand

public static ActionCommand ToggleSnapToVertex { get; }
Property Value: ActionCommand

public static ActionCommand ToggleSnappingEnabled { get; }
Property Value: ActionCommand

public static ActionCommand<TransformTool.Options> ToggleTransformOption { get; }
Property Value: ActionCommand<TransformTool.Options>

public static ActionCommand Transform { get; }
Property Value: ActionCommand

public static ActionCommand ZoomFitAll { get; }
Property Value: ActionCommand

public static ActionCommand ZoomFitSelected { get; }
Property Value: ActionCommand

public static ActionCommand ZoomIn { get; }
Property Value: ActionCommand

public static ActionCommand ZoomOut { get; }
Property Value: ActionCommand