Class ConicalGearMeshDesign
Inheritance
System.Object
ConicalGearMeshDesign
Implements
System.IDisposable
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class ConicalGearMeshDesign : GearMeshDesign, IEquatable<APIBase>, IDisposable
Properties
DrivenMachineCharacteristic
Declaration
public MachineCharacteristicAGMAKlingelnberg DrivenMachineCharacteristic { get; set; }
Property Value
DrivenMachineCharacteristicGleason
Declaration
public DrivenMachineCharacteristicGleason DrivenMachineCharacteristicGleason { get; set; }
Property Value
MaximumNormalBacklash
Declaration
public double MaximumNormalBacklash { get; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumNormalBacklash
Declaration
public double MinimumNormalBacklash { get; }
Property Value
| Type |
Description |
| System.Double |
|
OverloadFactor
Declaration
public virtual Overridable<double> OverloadFactor { get; set; }
Property Value
PinionFullCircleEdgeRadius
Declaration
public double PinionFullCircleEdgeRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
PrimeMoverCharacteristic
Declaration
public MachineCharacteristicAGMAKlingelnberg PrimeMoverCharacteristic { get; set; }
Property Value
PrimeMoverCharacteristicGleason
Declaration
public PrimeMoverCharacteristicGleason PrimeMoverCharacteristicGleason { get; set; }
Property Value
ShaftAngle
Declaration
public double ShaftAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SpecifiedBacklashRangeMax
Declaration
public double SpecifiedBacklashRangeMax { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SpecifiedBacklashRangeMin
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
Extension Methods