C# Class SpaceClaim.AddIn.Utilities.ThreadButtonCapsule

Inheritance: SpaceClaim.AddInLibrary.RibbonButtonCapsule
Mostrar archivo Open project: bcourter/SpaceClaim-AddIns

Public Methods

Method Description
ThreadButtonCapsule ( string name, RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System

Protected Methods

Method Description
OnExecute ( System.Windows.Forms.Command command, ExecutionContext context, System buttonRect ) : void

Private Methods

Method Description
CreateThreads ( Face cylinderFace, double pitch, double angle, bool isInternal ) : Body

Method Details

OnExecute() protected method

protected OnExecute ( System.Windows.Forms.Command command, ExecutionContext context, System buttonRect ) : void
command System.Windows.Forms.Command
context ExecutionContext
buttonRect System
return void

ThreadButtonCapsule() public method

public ThreadButtonCapsule ( string name, RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System
name string
parent SpaceClaim.AddInLibrary.RibbonCollectionCapsule
buttonSize ButtonSize
return System