Class ConicalFlankDeviationsData
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalFlankDeviationsData
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConicalFlankDeviationsData : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
AverageCrowningDeviation
Measurement: VeryShortLength
Declaration
public double AverageCrowningDeviation { get; }
Property Value
Type | Description |
---|---|
System.Double |
AveragePressureAngleDeviation
Measurement: Angle
Declaration
public double AveragePressureAngleDeviation { get; }
Property Value
Type | Description |
---|---|
System.Double |
AverageProfileCurvatureDeviation
Measurement: VeryShortLength
Declaration
public double AverageProfileCurvatureDeviation { get; }
Property Value
Type | Description |
---|---|
System.Double |
AverageSpiralAngleDeviation
Measurement: Angle
Declaration
public double AverageSpiralAngleDeviation { get; }
Property Value
Type | Description |
---|---|
System.Double |
BiasDeviation
Measurement: Angle
Declaration
public double BiasDeviation { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>