Version: 13.0

    Show / Hide Table of Contents

    Class CylindricalGearManufactureError

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    GearManufactureError
    CylindricalGearManufactureError
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    GearManufactureError._parent
    GearManufactureError.UseCustomPitchErrors
    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 CylindricalGearManufactureError : GearManufactureError, IEquatable<APIBase>

    Properties

    ClockingAngleError

    Measurement: Angle

    Declaration
    public Overridable<double> ClockingAngleError { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    ExtraBacklash

    Adds extra backlash to any of this gear's meshes on top of that specified in design

    Measurement: VeryShortLength

    Declaration
    public Overridable<double> ExtraBacklash { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    PitchErrorMeasurementDiameter

    When the measurement diameter is not specified, it is calculated according to ISO 1328-1:2013(E): dM = da - 2mn for external gears and dM = da + 2mn for internal gears

    Measurement: ShortLength

    Declaration
    public Overridable<double> PitchErrorMeasurementDiameter { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    PitchErrorMeasurementFaceWidth

    When the measurement face width is not specified, the value is taken as half of the face width of the gear.

    Measurement: ShortLength

    Declaration
    public Overridable<double> PitchErrorMeasurementFaceWidth { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    PitchErrorPhaseShiftOnLeftFlank

    Measurement: Angle

    Declaration
    public double PitchErrorPhaseShiftOnLeftFlank { get; set; }
    Property Value
    Type Description
    System.Double

    PitchErrorPhaseShiftOnRightFlank

    Measurement: Angle

    Declaration
    public double PitchErrorPhaseShiftOnRightFlank { get; set; }
    Property Value
    Type Description
    System.Double

    PitchErrorsLeftFlank

    The individual cumulative pitch deviations as defined by e.g. ISO 1328-1:2013(E). They correspond to the displacement of a tooth flank from its theoretical position, relative to a datum tooth flank. The datum position may be modified via the Pitch Error Phase Shift properties.

    Declaration
    public Vector2DListAccessor PitchErrorsLeftFlank { get; set; }
    Property Value
    Type Description
    Vector2DListAccessor

    PitchErrorsRightFlank

    The individual cumulative pitch deviations as defined by e.g. ISO 1328-1:2013(E). They correspond to the displacement of a tooth flank from its theoretical position, relative to a datum tooth flank. The datum position may be modified via the Pitch Error Phase Shift properties.

    Declaration
    public Vector2DListAccessor PitchErrorsRightFlank { get; set; }
    Property Value
    Type Description
    Vector2DListAccessor

    Runout

    Defines the runout of the pitch circle. It is the error in radial position of the teeth.

    Measurement: VeryShortLength

    Declaration
    public Overridable<double> Runout { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    RunoutReferenceAngle

    Defines the angle at which the run out is applied at time 0. Angle is about the gear Z axis, measured clockwise from the gear reference axis.

    Measurement: Angle

    Declaration
    public double RunoutReferenceAngle { get; set; }
    Property Value
    Type Description
    System.Double

    SeparationOnLeftFlank

    Measurement: VeryShortLength

    Declaration
    public Overridable<double> SeparationOnLeftFlank { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    SeparationOnRightFlank

    Measurement: VeryShortLength

    Declaration
    public Overridable<double> SeparationOnRightFlank { get; set; }
    Property Value
    Type Description
    Overridable<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