Version: 13.0

    Show / Hide Table of Contents

    Class ConicalManufacturingSMTControlParameters

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    ConicalGearManufacturingControlParameters
    ConicalManufacturingSMTControlParameters
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    ConicalGearManufacturingControlParameters._parent
    ConicalGearManufacturingControlParameters.LengthFactorOfContactPattern
    ConicalGearManufacturingControlParameters.PinionRootReliefLength
    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.Gears.Manufacturing.Bevel.ControlParameters
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public class ConicalManufacturingSMTControlParameters : ConicalGearManufacturingControlParameters, IEquatable<APIBase>

    Properties

    AngularAcceleration

    Affects the transmission error of the gear pair. A value between 0.001 and 0.01 radians per second^2 is recommended.

    Measurement: AngularAcceleration

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

    ClearanceBetweenFinishRootAndRoughRoot

    This specifies the clearance between the root generated by the rough cutter and the root generated by the finish cutter. In order to achieve a smooth transition between the profile generated by the finish cutter and the root generated by the rough cutter, it is sometimes necessary to make the rough cutter generating a lower root than the finish cutter. A positive value here would increase the root diameter generated by the finish cutter.

    Measurement: ShortLength

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

    DeltaE

    The specified misalignment is used in the calculation of machine settings such that under this misalignment the mean contact point is located as specified via the Mean Contact Point H, Mean Contact Point V, properties

    Measurement: VeryShortLength

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

    DeltaSigma

    The specified misalignment is used in the calculation of machine settings such that under this misalignment the mean contact point is located as specified via the Mean Contact Point H, Mean Contact Point V, properties

    Measurement: SmallAngle

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

    DeltaXP

    The specified misalignment is used in the calculation of machine settings such that under this misalignment the mean contact point is located as specified via the Mean Contact Point H, Mean Contact Point V, properties

    Measurement: VeryShortLength

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

    DeltaXW

    The specified misalignment is used in the calculation of machine settings such that under this misalignment the mean contact point is located as specified via the Mean Contact Point H, Mean Contact Point V, properties

    Measurement: VeryShortLength

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

    DirectionAngleOfPOC

    Determines the angle of the path of contact. An angle of 0 defines a path of contact perpendicular to the root line of the gear tooth. The parameter affects the bias of the ease off surface at the mean contact point.

    Measurement: Angle

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

    InitialWorkheadOffset

    The initial value of workhead offset. The default value provided by MASTA is usually adequate, although in certain cases it is necessary to fine tune it manually.

    Measurement: ShortLength

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

    MeanContactPointH

    Specifies the location of the mean contact point on the wheel in (H,V) coordinate system. At the mean contact point the instantaneous ratio is given by the designed ratio. At this point the unloaded transmission error is 0.

    Measurement: ShortLength

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

    MeanContactPointV

    Specifies the location of the mean contact point on the wheel in (H,V) coordinate system. At the mean contact point the instantaneous ratio is given by the designed ratio. At this point the unloaded transmission error is 0.

    Measurement: ShortLength

    Declaration
    public double MeanContactPointV { 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