C# Class SpaceClaim.AddIn.Gear.GearCalculationsLine2Capsule

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

Public Methods

Method Description
GearCalculationsLine2Capsule ( string name, RibbonGroupCapsule group, RibbonCommandCapsule parent ) : System

Protected Methods

Method Description
OnUpdate ( System.Windows.Forms.Command command ) : void

Method Details

GearCalculationsLine2Capsule() public method

public GearCalculationsLine2Capsule ( string name, RibbonGroupCapsule group, RibbonCommandCapsule parent ) : System
name string
group SpaceClaim.AddInLibrary.RibbonGroupCapsule
parent SpaceClaim.AddInLibrary.RibbonCommandCapsule
return System

OnUpdate() protected method

protected OnUpdate ( System.Windows.Forms.Command command ) : void
command System.Windows.Forms.Command
return void