Version: 13.0

    Show / Hide Table of Contents

    Class PlanetManufactureError

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    PlanetManufactureError
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.cacheRpds
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, (T1, T2)<Type, Object>[])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T1, T2>(String, (T1, T2)<Type, Object>, T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.isInvalid
    APIBase.DocumentationUrl()
    APIBase.ToString()
    APIBase.RunPython<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String)
    APIBase.RunPython<T>(String, String)
    APIBase.CreateObjRef(Type)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    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

    Implements

    System.IEquatable<T>

    Extension Methods

    UtilityMethods.IsReadOnly<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsValid<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsMethodValid<T>(T, Expression<Func<T, Action>>)
    UtilityMethods.IsMethodReadOnly<T>(T, Expression<Func<T, Action>>)
    Back to top