Class SetBrushCommand
Set the brush of the sketch object.
Inheritance
System.Object
SetBrushCommand
Implements
Namespace: VRSketchingGeometry.Commands
Assembly: VRSketchingGeometry.dll
Syntax
public class SetBrushCommand : ICommand
Remarks
Original author: tterpi
Constructors
SetBrushCommand(IBrushable, Brush)
Declaration
public SetBrushCommand(IBrushable sketchObject, Brush brush)
Parameters
| Type | Name | Description |
|---|---|---|
| IBrushable | sketchObject | |
| Brush | brush |
Methods
Execute()
Declaration
public bool Execute()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Redo()
Declaration
public void Redo()
Undo()
Declaration
public void Undo()