Class PlanetManufactureError
Inheritance
Implements
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PlanetManufactureError : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
AngleOfErrorInPinCoordinateSystem
The angular displacement of the hole about the pin axis. 0 degrees is on the positive X-Axis, 90 degrees is on the positive Y-Axis. The first pin's coordinate system is aligned with the planet carrier, while the other pin's coordinate systems are the first pin's coordinate system rotated by the Delta Angle.
Measurement: Angle
Declaration
public double AngleOfErrorInPinCoordinateSystem { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AngularError
The angular displacement of the hole about the planet carrier axis.
Measurement: SmallAngle
Declaration
public double AngularError { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HoleRadialDisplacement
The radial displacement of the hole from the nominal pin axis.
Measurement: VeryShortLength
Declaration
public double HoleRadialDisplacement { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
RadialError
The displacement of the hole along the radial axis. The radial axis points from the centre of the planet carrier to the pin shaft.
Measurement: VeryShortLength
Declaration
public double RadialError { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RadialErrorCarrier
The displacement of the hole along the radial axis. The radial axis points from the centre of the planet carrier to the pin shaft.
Measurement: VeryShortLength
Declaration
public double RadialErrorCarrier { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RadialTiltError
The tilt of the hole about the radial axis. The radial axis points from the centre of the planet carrier to the pin shaft.
Measurement: SmallAngle
Declaration
public double RadialTiltError { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TangentialError
The displacement of the hole along the tangential axis. The tangential axis points in the anti-clockwise direction for rotation about the planet carrier axis.
Measurement: VeryShortLength
Declaration
public double TangentialError { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TangentialTiltError
The tilt of the hole about the tangential axis. The tangential axis points in the anti-clockwise direction for rotation about the planet carrier axis.
Measurement: SmallAngle
Declaration
public double TangentialTiltError { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
XError
The displacement of the hole in the direction of the planet carrier local coordinate system X axis.
Measurement: VeryShortLength
Declaration
public double XError { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
XTiltError
The tilt of the hole about the planet carrier local coordinate system X axis.
Measurement: SmallAngle
Declaration
public double XTiltError { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
YError
The displacement of the hole in the direction of the planet carrier local coordinate system Y axis.
Measurement: VeryShortLength
Declaration
public double YError { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
YTiltError
The tilt of the hole about the planet carrier local coordinate system Y axis.
Measurement: SmallAngle
Declaration
public double YTiltError { get; set; }
Property Value
Type | Description |
---|---|
System.Double |