Class CylindricalGearMeshMisalignmentValue
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Reporting
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CylindricalGearMeshMisalignmentValue : APIBase, IEquatable<APIBase>
Properties
GearName
Declaration
public string GearName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Misalignment
Measurement: VeryShortLength
Declaration
public double Misalignment { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MisalignmentDueToTilt
Measurement: VeryShortLength
Declaration
public double MisalignmentDueToTilt { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MisalignmentDueToTwist
Measurement: VeryShortLength
Declaration
public double MisalignmentDueToTwist { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TiltX
Measurement: SmallAngle
Declaration
public double TiltX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TiltY
Measurement: SmallAngle
Declaration
public double TiltY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>