Version: 13.0

    Show / Hide Table of Contents

    Class LeadModification

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    Modification
    LeadModification
    ConicalGearLeadModification
    CylindricalGearLeadModification
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    Modification._parent
    Modification.Settings
    Modification.ReportNames
    Modification.OutputDefaultReportTo(String)
    Modification.GetDefaultReportWithEncodedImages()
    Modification.OutputActiveReportTo(String)
    Modification.OutputActiveReportAsTextTo(String)
    Modification.GetActiveReportWithEncodedImages()
    Modification.OutputNamedReportTo(String, String)
    Modification.OutputNamedReportAsMastaReport(String, String)
    Modification.OutputNamedReportAsTextTo(String, String)
    Modification.GetNamedReportWithEncodedImages(String)
    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.MicroGeometry
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public abstract class LeadModification : Modification, IEquatable<APIBase>

    Properties

    CrowningRelief

    Measurement: VeryShortLength

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

    EvaluationLeftLimitFactor

    Measurement: Percentage

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

    EvaluationOfLinearLeftReliefFactor

    Measurement: Percentage

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

    EvaluationOfLinearRightReliefFactor

    Measurement: Percentage

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

    EvaluationOfLinearSideReliefFactor

    Sets both the Linear Left and Right Limits. If the values are different it will show a blank.

    Measurement: Percentage

    Declaration
    public double? EvaluationOfLinearSideReliefFactor { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    EvaluationOfParabolicLeftReliefFactor

    Measurement: Percentage

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

    EvaluationOfParabolicRightReliefFactor

    Measurement: Percentage

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

    EvaluationOfParabolicSideReliefFactor

    Sets both the Parabolic Left and Right Limits. If the values are different it will show a blank.

    Measurement: Percentage

    Declaration
    public double? EvaluationOfParabolicSideReliefFactor { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    EvaluationRightLimitFactor

    Measurement: Percentage

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

    EvaluationSideLimitFactor

    Sets both the Evaluation Left and Right Limits. If the values are different it will show a blank.

    Measurement: Percentage

    Declaration
    public double? EvaluationSideLimitFactor { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    LinearLeftRelief

    Measurement: VeryShortLength

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

    LinearRelief

    Measurement: VeryShortLength

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

    LinearRightRelief

    Measurement: VeryShortLength

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

    LinearSideRelief

    Sets both the Linear Left and Right Relief. If the values are different it will show a blank.

    Measurement: VeryShortLength

    Declaration
    public double? LinearSideRelief { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    MeasuredData

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

    ParabolicLeftRelief

    Measurement: VeryShortLength

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

    ParabolicRightRelief

    Measurement: VeryShortLength

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

    ParabolicSideRelief

    Sets both the Parabolic Left and Right Relief. If the values are different it will show a blank.

    Measurement: VeryShortLength

    Declaration
    public double? ParabolicSideRelief { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    StartOfLinearLeftReliefFactor

    Measurement: Percentage

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

    StartOfLinearRightReliefFactor

    Measurement: Percentage

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

    StartOfLinearSideReliefFactor

    Sets both the Linear Left and Right Limits. If the values are different it will show a blank.

    Measurement: Percentage

    Declaration
    public double? StartOfLinearSideReliefFactor { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    StartOfParabolicLeftReliefFactor

    Measurement: Percentage

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

    StartOfParabolicRightReliefFactor

    Measurement: Percentage

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

    StartOfParabolicSideReliefFactor

    Measurement: Percentage

    Declaration
    public double? StartOfParabolicSideReliefFactor { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    UseMeasuredData

    Declaration
    public virtual bool UseMeasuredData { get; set; }
    Property Value
    Type Description
    System.Boolean

    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