Version: 13.0

    Show / Hide Table of Contents

    Class ConicalGearSetDesign

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    GearDesignComponent
    GearSetDesign
    ConicalGearSetDesign
    AGMAGleasonConicalGearSetDesign
    KlingelnbergConicalGearSetDesign
    Implements
    System.IEquatable<APIBase>
    System.IDisposable
    Inherited Members
    GearSetDesign.AxialContactRatioRatingForNVH
    GearSetDesign.CreateNewFEModel()
    GearSetDesign.CreateNewTIFFFEModel()
    GearSetDesign.FEModel
    GearSetDesign.GearSetDrawing
    GearSetDesign.HasErrorsOrWarnings
    GearSetDesign.LargestMeshRatio
    GearSetDesign.LargestNumberOfTeeth
    GearSetDesign.LongName
    GearSetDesign.Mass
    GearSetDesign.NameIncludingToothNumbers
    GearSetDesign.RequiredSafetyFactorForBending
    GearSetDesign.RequiredSafetyFactorForContact
    GearSetDesign.RequiredSafetyFactorForStaticBending
    GearSetDesign.RequiredSafetyFactorForStaticContact
    GearSetDesign.SmallestNumberOfTeeth
    GearSetDesign.TransverseContactRatioRatingForNVH
    GearSetDesign.TransverseAndAxialContactRatioRatingForNVH
    GearSetDesign.ActiveLTCAFEModel
    GearSetDesign.TIFFFEModel
    GearSetDesign.TransmissionPropertiesGears
    GearSetDesign.Gears
    GearSetDesign.LTCAFEModels
    GearSetDesign.Copy(Boolean)
    GearDesignComponent._parent
    GearDesignComponent.Name
    GearDesignComponent.UserSpecifiedData
    GearDesignComponent.Dispose()
    GearDesignComponent.ReportNames
    GearDesignComponent.OutputDefaultReportTo(String)
    GearDesignComponent.GetDefaultReportWithEncodedImages()
    GearDesignComponent.OutputActiveReportTo(String)
    GearDesignComponent.OutputActiveReportAsTextTo(String)
    GearDesignComponent.GetActiveReportWithEncodedImages()
    GearDesignComponent.OutputNamedReportTo(String, String)
    GearDesignComponent.OutputNamedReportAsMastaReport(String, String)
    GearDesignComponent.OutputNamedReportAsTextTo(String, String)
    GearDesignComponent.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.GearDesigns.Conical
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public abstract class ConicalGearSetDesign : GearSetDesign, IEquatable<APIBase>, IDisposable

    Properties

    CircularPitch

    Measurement: ShortLength

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

    ConicalMeshes

    Declaration
    public ReadOnlyCollection<ConicalGearMeshDesign> ConicalMeshes { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<ConicalGearMeshDesign>

    CutterRadius

    Measurement: ShortLength

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

    DominantPinion

    Declaration
    public ListWithSelectedItem<string> DominantPinion { get; set; }
    Property Value
    Type Description
    ListWithSelectedItem<System.String>

    ImportedXMLFileName

    Declaration
    public string ImportedXMLFileName { get; }
    Property Value
    Type Description
    System.String

    MeanNormalModule

    Measurement: ShortLength

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

    Module

    Outer transverse module

    Measurement: ShortLength

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

    WheelFinishCutterPointWidth

    Measurement: ShortLength

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

    WheelMeanConeDistance

    Measurement: ShortLength

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

    WheelOuterConeDistance

    Measurement: ShortLength

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

    WheelPitchDiameter

    Outer pitch diameter of wheel

    Measurement: ShortLength

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

    Implements

    System.IEquatable<T>
    System.IDisposable

    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