Class SplineHalfManufacturingError
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.Couplings
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SplineHalfManufacturingError : RigidConnectorSettings, IEquatable<APIBase>
Properties
MisalignmentErrorX
Error in the angle that the teeth are cut onto the shaft.
Measurement: SmallAngle
Declaration
public Overridable<double> MisalignmentErrorX { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
MisalignmentErrorY
Error in the angle that the teeth are cut onto the shaft.
Measurement: SmallAngle
Declaration
public Overridable<double> MisalignmentErrorY { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
RunOutErrorX
Error between the centre of the shaft and the centre of the teeth.
Measurement: VeryShortLength
Declaration
public Overridable<double> RunOutErrorX { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
RunOutErrorY
Error between the centre of the shaft and the centre of the teeth.
Measurement: VeryShortLength
Declaration
public Overridable<double> RunOutErrorY { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>