Class CylindricalGearMeshMisalignmentValue
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearMeshMisalignmentValue
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Reporting
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearMeshMisalignmentValue : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>