Class AbstractTCA
Inheritance
System.Object
AbstractTCA
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class AbstractTCA : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
ConicalMeshMisalignments
Declaration
public ConicalMeshMisalignments ConicalMeshMisalignments { get; }
Property Value
MeanTransmissionErrorWithRespectToWheel
Declaration
public double MeanTransmissionErrorWithRespectToWheel { get; }
Property Value
| Type |
Description |
| System.Double |
|
PeakToPeakTransmissionErrorWithRespectToWheel
Declaration
public double PeakToPeakTransmissionErrorWithRespectToWheel { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods