C# 클래스 SpaceClaim.AddIn.Gear.GearButtonCapsule

상속: SpaceClaim.AddInLibrary.RibbonButtonCapsule
파일 보기 프로젝트 열기: bcourter/SpaceClaim-AddIns 1 사용 예제들

공개 메소드들

메소드 설명
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