C# Class SpaceClaim.AddIn.Gear.MobiusButtonCapsule

Inheritance: SpaceClaim.AddInLibrary.RibbonButtonCapsule
Show file Open project: bcourter/SpaceClaim-AddIns

Public Methods

Method Description
MobiusButtonCapsule ( 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
AngleBetween ( List chain, int i ) : double
ComputeAngles ( Circle circles ) : double[]
SpringDistance ( List chain, int i ) : Vector

Method Details

MobiusButtonCapsule() public method

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

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