C# Class SpaceClaim.AddIn.Gear.GearCalculationsCapsule

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

Protected Properties

Property Type Description
bevelAngle double
dedendumClearance double
depth double
gearDataL GearData
gearDataR GearData
group SpaceClaim.AddInLibrary.RibbonGroupCapsule
isBevel bool
isInternalL bool
lengthConversion double
module double
numberOfTeethL int
pressureAngle double

Public Methods

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

Protected Methods

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

Method Details

GearCalculationsCapsule() public method

public GearCalculationsCapsule ( 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

Property Details

bevelAngle protected static property

protected static double bevelAngle
return double

dedendumClearance protected static property

protected static double dedendumClearance
return double

depth protected static property

protected static double depth
return double

gearDataL protected static property

protected static GearData,SpaceClaim.AddIn.Gear gearDataL
return GearData

gearDataR protected static property

protected static GearData,SpaceClaim.AddIn.Gear gearDataR
return GearData

group protected static property

protected static RibbonGroupCapsule,SpaceClaim.AddInLibrary group
return SpaceClaim.AddInLibrary.RibbonGroupCapsule

isBevel protected static property

protected static bool isBevel
return bool

isInternalL protected static property

protected static bool isInternalL
return bool

lengthConversion protected static property

protected static double lengthConversion
return double

module protected static property

protected static double module
return double

numberOfTeethL protected static property

protected static int numberOfTeethL
return int

pressureAngle protected static property

protected static double pressureAngle
return double