C# Класс SpaceClaim.AddIn.Gear.GearButtonCapsule

Наследование: SpaceClaim.AddInLibrary.RibbonButtonCapsule
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GearButtonCapsule ( string name, RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System

Защищенные методы

Метод Описание
GetGearProfileFromOptions ( GearData gearData, GearData conjugateGearData, bool useTrochoidalInterferenceRemoval, bool addDedendumClearance, double screwAngle ) : ToothProfile
OnExecute ( System.Windows.Forms.Command command, ExecutionContext context, System buttonRect ) : void

Приватные методы

Метод Описание
SelectedCircle ( Window window ) : Circle

Описание методов

GearButtonCapsule() публичный Метод

public GearButtonCapsule ( string name, RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System
name string
parent SpaceClaim.AddInLibrary.RibbonCollectionCapsule
buttonSize ButtonSize
Результат System

GetGearProfileFromOptions() защищенный статический Метод

protected static GetGearProfileFromOptions ( GearData gearData, GearData conjugateGearData, bool useTrochoidalInterferenceRemoval, bool addDedendumClearance, double screwAngle ) : ToothProfile
gearData GearData
conjugateGearData GearData
useTrochoidalInterferenceRemoval bool
addDedendumClearance bool
screwAngle double
Результат ToothProfile

OnExecute() защищенный Метод

protected OnExecute ( System.Windows.Forms.Command command, ExecutionContext context, System buttonRect ) : void
command System.Windows.Forms.Command
context ExecutionContext
buttonRect System
Результат void