C# Class SpaceClaim.AddIn.Gear.GearButtonCapsule

Inheritance: SpaceClaim.AddInLibrary.RibbonButtonCapsule
Afficher le fichier Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Méthodes publiques

Méthode Description
GearButtonCapsule ( string name, RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System

Méthodes protégées

Méthode Description
GetGearProfileFromOptions ( GearData gearData, GearData conjugateGearData, bool useTrochoidalInterferenceRemoval, bool addDedendumClearance, double screwAngle ) : ToothProfile
OnExecute ( System.Windows.Forms.Command command, ExecutionContext context, System buttonRect ) : void

Private Methods

Méthode Description
SelectedCircle ( Window window ) : Circle

Method Details

GearButtonCapsule() public méthode

public GearButtonCapsule ( string name, RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System
name string
parent SpaceClaim.AddInLibrary.RibbonCollectionCapsule
buttonSize ButtonSize
Résultat System

GetGearProfileFromOptions() protected static méthode

protected static GetGearProfileFromOptions ( GearData gearData, GearData conjugateGearData, bool useTrochoidalInterferenceRemoval, bool addDedendumClearance, double screwAngle ) : ToothProfile
gearData GearData
conjugateGearData GearData
useTrochoidalInterferenceRemoval bool
addDedendumClearance bool
screwAngle double
Résultat ToothProfile

OnExecute() protected méthode

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