Class PlanetCarrierWindup
Inheritance
System.Object
PlanetCarrierWindup
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class PlanetCarrierWindup : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AverageAxialDeflection
Declaration
public double AverageAxialDeflection { get; }
Property Value
| Type |
Description |
| System.Double |
|
AverageRadialTilt
Declaration
public double AverageRadialTilt { get; }
Property Value
| Type |
Description |
| System.Double |
|
AverageTangentialTilt
Declaration
public double AverageTangentialTilt { get; }
Property Value
| Type |
Description |
| System.Double |
|
AverageTorsionalWindUp
Declaration
public double AverageTorsionalWindUp { get; }
Property Value
| Type |
Description |
| System.Double |
|
OtherPlanetCarrier
Declaration
public string OtherPlanetCarrier { get; }
Property Value
| Type |
Description |
| System.String |
|
OtherSocket
Declaration
public string OtherSocket { get; }
Property Value
| Type |
Description |
| System.String |
|
PinWindUps
Declaration
public ReadOnlyCollection<PlanetPinWindup> PinWindUps { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<PlanetPinWindup> |
|
ReferenceSocket
Declaration
public string ReferenceSocket { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
System.IEquatable<T>
Extension Methods