Version: 13.0

    Show / Hide Table of Contents

    Class GearSetDesign

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    GearDesignComponent
    GearSetDesign
    ConceptGearSetDesign
    ConicalGearSetDesign
    CylindricalGearSetDesign
    FaceGearSetDesign
    WormGearSetDesign
    Implements
    System.IEquatable<APIBase>
    System.IDisposable
    Inherited Members
    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
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public abstract class GearSetDesign : GearDesignComponent, IEquatable<APIBase>, IDisposable

    Properties

    ActiveLTCAFEModel

    Declaration
    public GearSetFEModel ActiveLTCAFEModel { get; }
    Property Value
    Type Description
    GearSetFEModel

    AxialContactRatioRatingForNVH

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

    FEModel

    Declaration
    public DatabaseWithSelectedItem FEModel { get; set; }
    Property Value
    Type Description
    DatabaseWithSelectedItem

    Gears

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

    GearSetDrawing

    Declaration
    public SMTBitmap GearSetDrawing { get; }
    Property Value
    Type Description
    SMT.MastaAPIUtility.Scripting.SMTBitmap

    HasErrorsOrWarnings

    Declaration
    public bool HasErrorsOrWarnings { get; }
    Property Value
    Type Description
    System.Boolean

    LargestMeshRatio

    This will always be larger than 1

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

    LargestNumberOfTeeth

    This is the largest number of teeth from all gears in the gear set.

    Declaration
    public int LargestNumberOfTeeth { get; }
    Property Value
    Type Description
    System.Int32

    LongName

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

    LTCAFEModels

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

    Mass

    Measurement: Mass

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

    NameIncludingToothNumbers

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

    RequiredSafetyFactorForBending

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

    RequiredSafetyFactorForContact

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

    RequiredSafetyFactorForStaticBending

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

    RequiredSafetyFactorForStaticContact

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

    SmallestNumberOfTeeth

    This is the smallest number of teeth from all gears in the gear set.

    Declaration
    public int SmallestNumberOfTeeth { get; }
    Property Value
    Type Description
    System.Int32

    TIFFFEModel

    Declaration
    public GearSetFEModel TIFFFEModel { get; }
    Property Value
    Type Description
    GearSetFEModel

    TransmissionPropertiesGears

    Declaration
    public GearSetDesignGroup TransmissionPropertiesGears { get; }
    Property Value
    Type Description
    GearSetDesignGroup

    TransverseAndAxialContactRatioRatingForNVH

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

    TransverseContactRatioRatingForNVH

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

    Methods

    Copy(Boolean)

    Declaration
    public GearSetDesign Copy(bool includeFE = false)
    Parameters
    Type Name Description
    System.Boolean includeFE
    Returns
    Type Description
    GearSetDesign

    CreateNewFEModel()

    This creates a new FE model and sets it as the active LTCA FE Model

    Declaration
    public void CreateNewFEModel()

    CreateNewTIFFFEModel()

    This creates a new FE model and sets it as the active TIFF FE Model

    Declaration
    public void CreateNewTIFFFEModel()

    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