Class SupportDetail
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SupportDetail
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.Tolerances
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SupportDetail : InterferenceDetail, IEquatable<APIBase>
Properties
AngleOfRadialError
Measurement: Angle
Declaration
public double AngleOfRadialError { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MaterialSource
Declaration
public SupportMaterialSource MaterialSource { get; }
Property Value
Type | Description |
---|---|
SupportMaterialSource |
RadialErrorMagnitude
Measurement: VeryShortLength
Declaration
public double RadialErrorMagnitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RadialSpecificationMethod
Declaration
public RadialSpecificationMethod RadialSpecificationMethod { get; set; }
Property Value
Type | Description |
---|---|
RadialSpecificationMethod |
ThetaX
The mounting misalignment about the x axis
Measurement: SmallAngle
Declaration
public double ThetaX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ThetaY
The mounting misalignment about the y axis
Measurement: SmallAngle
Declaration
public double ThetaY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
X
The error in radial mounting position relative to the X axis
Measurement: VeryShortLength
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y
The error in radial mounting position relative to the Y axis
Measurement: VeryShortLength
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Z
The error in axial mounting position
Measurement: VeryShortLength
Declaration
public double Z { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>