Class KlingelnbergConicalGearDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
KlingelnbergConicalGearDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.KlingelnbergConical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class KlingelnbergConicalGearDesign : ConicalGearDesign, IEquatable<APIBase>, IDisposable
Properties
Addendum
Measurement: ShortLength
Declaration
public virtual double Addendum { get; }
Property Value
Type | Description |
---|---|
System.Double |
CutterEdgeRadius
Measurement: ShortLength
Declaration
public double CutterEdgeRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
FlankRoughnessRZ
Measurement: VeryShortLength
Declaration
public Overridable<double> FlankRoughnessRZ { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
KlingelnbergCycloPalloidGearMaterial
Declaration
public KlingelnbergCycloPalloidConicalGearMaterial KlingelnbergCycloPalloidGearMaterial { get; }
Property Value
Type | Description |
---|---|
KlingelnbergCycloPalloidConicalGearMaterial |
Material
Declaration
public DatabaseWithSelectedItem Material { get; set; }
Property Value
Type | Description |
---|---|
DatabaseWithSelectedItem |
PitchConeAngle
Measurement: Angle
Declaration
public virtual double PitchConeAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
RelativeSensitivityFactor
Declaration
public Overridable<double> RelativeSensitivityFactor { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
StressCorrectionFactor
Declaration
public Overridable<double> StressCorrectionFactor { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
ToothFormFactor
Declaration
public Overridable<double> ToothFormFactor { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>
System.IDisposable