C# Class SpaceClaim.AddIn.Utilities.ApiGrooveTool

Inheritance: Tool
显示文件 Open project: bcourter/SpaceClaim-AddIns

Public Methods

Method Description
ApiGrooveTool ( ) : System

Protected Methods

Method Description
AdjustSelection ( IDocObject docObject ) : IDocObject
OnClickStart ( Point cursorPos, Line cursorRay ) : bool
OnEnable ( bool enable ) : void
OnInitialize ( ) : void
OnMouseMove ( Point cursorPos, Line cursorRay, MouseButtons button ) : bool

Private Methods

Method Description
Reset ( ) : void
Window_PreselectionChanged ( object sender, EventArgs e ) : void
apiSizeCommand_TextChanged ( object sender, CommandTextChangedEventArgs e ) : void

Method Details

AdjustSelection() protected method

protected AdjustSelection ( IDocObject docObject ) : IDocObject
docObject IDocObject
return IDocObject

ApiGrooveTool() public method

public ApiGrooveTool ( ) : System
return System

OnClickStart() protected method

protected OnClickStart ( Point cursorPos, Line cursorRay ) : bool
cursorPos System.Drawing.Point
cursorRay Line
return bool

OnEnable() protected method

protected OnEnable ( bool enable ) : void
enable bool
return void

OnInitialize() protected method

protected OnInitialize ( ) : void
return void

OnMouseMove() protected method

protected OnMouseMove ( Point cursorPos, Line cursorRay, MouseButtons button ) : bool
cursorPos System.Drawing.Point
cursorRay Line
button MouseButtons
return bool