Class ConicalGearMeshDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalGearMeshDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Conical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ConicalGearMeshDesign : GearMeshDesign, IEquatable<APIBase>, IDisposable
Properties
DrivenMachineCharacteristic
Used in the calculation of the Overload Factor
Declaration
public MachineCharacteristicAGMAKlingelnberg DrivenMachineCharacteristic { get; set; }
Property Value
Type | Description |
---|---|
MachineCharacteristicAGMAKlingelnberg |
DrivenMachineCharacteristicGleason
Used in the calculation of the Overload Factor
Declaration
public DrivenMachineCharacteristicGleason DrivenMachineCharacteristicGleason { get; set; }
Property Value
Type | Description |
---|---|
DrivenMachineCharacteristicGleason |
MaximumNormalBacklash
At wheel outer section
Measurement: ShortLength
Declaration
public double MaximumNormalBacklash { get; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumNormalBacklash
At wheel outer section
Measurement: ShortLength
Declaration
public double MinimumNormalBacklash { get; }
Property Value
Type | Description |
---|---|
System.Double |
OverloadFactor
Declaration
public virtual Overridable<double> OverloadFactor { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
PinionFullCircleEdgeRadius
Measurement: ShortLength
Declaration
public double PinionFullCircleEdgeRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
PrimeMoverCharacteristic
Used in the calculation of the Overload Factor
Declaration
public MachineCharacteristicAGMAKlingelnberg PrimeMoverCharacteristic { get; set; }
Property Value
Type | Description |
---|---|
MachineCharacteristicAGMAKlingelnberg |
PrimeMoverCharacteristicGleason
Used in the calculation of the Overload Factor
Declaration
public PrimeMoverCharacteristicGleason PrimeMoverCharacteristicGleason { get; set; }
Property Value
Type | Description |
---|---|
PrimeMoverCharacteristicGleason |
ShaftAngle
Measurement: Angle
Declaration
public double ShaftAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SpecifiedBacklashRangeMax
Normal backlash at outer section
Measurement: ShortLength
Declaration
public double SpecifiedBacklashRangeMax { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SpecifiedBacklashRangeMin
Normal backlash at outer section
Measurement: ShortLength
Declaration
public double SpecifiedBacklashRangeMin { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SpecifyBacklash
Declaration
public bool SpecifyBacklash { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>
System.IDisposable