Class AbstractTCA
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class AbstractTCA : APIBase, IEquatable<APIBase>
Properties
ConicalMeshMisalignments
Declaration
public ConicalMeshMisalignments ConicalMeshMisalignments { get; }
Property Value
Type | Description |
---|---|
ConicalMeshMisalignments |
MeanTransmissionErrorWithRespectToWheel
Measurement: VerySmallAngle
Declaration
public double MeanTransmissionErrorWithRespectToWheel { get; }
Property Value
Type | Description |
---|---|
System.Double |
PeakToPeakTransmissionErrorWithRespectToWheel
Measurement: VerySmallAngle
Declaration
public double PeakToPeakTransmissionErrorWithRespectToWheel { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>