Class ConicalMeshMisalignments
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalMeshMisalignments
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Conical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConicalMeshMisalignments : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
DeltaE
Pinion offset misalignment. Sometimes referred to as (E).
Measurement: VeryShortLength
Declaration
public double DeltaE { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeltaSigma
Shaft angle misalignment. Sometimes referred to as (Alpha).
Measurement: SmallAngle
Declaration
public double DeltaSigma { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeltaXP
Pinion axial misalignment. Sometimes referred to as (P).
Measurement: VeryShortLength
Declaration
public double DeltaXP { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeltaXW
Wheel axial misalignment. Sometimes referred to as (G).
Measurement: VeryShortLength
Declaration
public double DeltaXW { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>