Version: 13.0

    Show / Hide Table of Contents

    Class CylindricalGearSet

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    DesignEntity
    Part
    AbstractAssembly
    SpecialisedAssembly
    GearSet
    CylindricalGearSet
    PlanetaryGearSet
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    GearSet.ActiveDesign
    GearSet.MaximumNumberOfTeethInMesh
    GearSet.MeshRatioLimit
    GearSet.MinimumNumberOfTeethInMesh
    GearSet.RequiredSafetyFactorForBending
    GearSet.RequiredSafetyFactorForContact
    GearSet.RequiredSafetyFactorForStaticBending
    GearSet.RequiredSafetyFactorForStaticContact
    GearSet.ActiveGearSetDesign
    GearSet.AddGearSetDesign(GearSetDesign)
    GearSet.RemoveDesign(GearSetDesign)
    GearSet.SetActiveGearSetDesign(GearSetDesign)
    AbstractAssembly.MassOfAssembly
    AbstractAssembly.ComponentsWithUnknownMassProperties
    AbstractAssembly.ComponentsWithZeroMassProperties
    Part.TwoDDrawing
    Part.TwoDDrawingFullModel
    Part.ThreeDIsometricView
    Part.ThreeDView
    Part.ThreeDViewOrientatedInXyPlaneWithZAxisPointingIntoTheScreen
    Part.ThreeDViewOrientatedInXyPlaneWithZAxisPointingOutOfTheScreen
    Part.ThreeDViewOrientatedInXzPlaneWithYAxisPointingIntoTheScreen
    Part.ThreeDViewOrientatedInXzPlaneWithYAxisPointingOutOfTheScreen
    Part.ThreeDViewOrientatedInYzPlaneWithXAxisPointingIntoTheScreen
    Part.ThreeDViewOrientatedInYzPlaneWithXAxisPointingOutOfTheScreen
    Part.DrawingNumber
    Part.EditableName
    Part.Mass
    Part.UniqueName
    Part.MassPropertiesFromDesign
    Part.MassPropertiesFromDesignIncludingPlanetaryDuplicates
    Part.Connections
    Part.LocalConnections
    Part.ConnectionsTo(Part)
    Part.CopyTo(Assembly)
    Part.CreateGeometryExportOptions()
    Part.DeleteConnections()
    DesignEntity._parent
    DesignEntity.Comment
    DesignEntity.Delete()
    DesignEntity.ID
    DesignEntity.Icon
    DesignEntity.SmallIcon
    DesignEntity.DesignProperties
    DesignEntity.AllDesignEntities
    DesignEntity.AllStatusErrors
    DesignEntity.Status
    DesignEntity.UserSpecifiedData
    DesignEntity.ReportNames
    DesignEntity.OutputDefaultReportTo(String)
    DesignEntity.GetDefaultReportWithEncodedImages()
    DesignEntity.OutputActiveReportTo(String)
    DesignEntity.OutputActiveReportAsTextTo(String)
    DesignEntity.GetActiveReportWithEncodedImages()
    DesignEntity.OutputNamedReportTo(String, String)
    DesignEntity.OutputNamedReportAsMastaReport(String, String)
    DesignEntity.OutputNamedReportAsTextTo(String, String)
    DesignEntity.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.SystemModel.PartModel.Gears
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public class CylindricalGearSet : GearSet, IEquatable<APIBase>

    Properties

    AxialContactRatioRequirement

    Declaration
    public Overridable<ContactRatioRequirements> AxialContactRatioRequirement { get; set; }
    Property Value
    Type Description
    Overridable<ContactRatioRequirements>

    CylindricalGears

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

    CylindricalGearSetDesign

    Declaration
    public CylindricalGearSetDesign CylindricalGearSetDesign { get; }
    Property Value
    Type Description
    CylindricalGearSetDesign

    CylindricalMeshes

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

    GearSetDesigns

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

    IsSuperchargerRotorSet

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

    MaximumAcceptableAxialContactRatio

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

    MaximumAcceptableTransverseContactRatio

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

    MaximumFaceWidth

    Measurement: ShortLength

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

    MaximumHelixAngle

    Measurement: Angle

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

    MaximumNormalModule

    Measurement: ShortLength

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

    MaximumNormalPressureAngle

    Measurement: Angle

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

    MinimumAcceptableAxialContactRatio

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

    MinimumAcceptableTransverseContactRatio

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

    MinimumFaceWidth

    Measurement: ShortLength

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

    MinimumHelixAngle

    Measurement: Angle

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

    MinimumNormalModule

    Measurement: ShortLength

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

    MinimumNormalPressureAngle

    Measurement: Angle

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

    OppositeHand

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

    SuperchargerRotorSet

    Declaration
    public SuperchargerRotorSet SuperchargerRotorSet { get; }
    Property Value
    Type Description
    SuperchargerRotorSet

    SuperchargerRotorSetDatabase

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

    TransverseContactRatioRequirement

    Declaration
    public Overridable<ContactRatioRequirements> TransverseContactRatioRequirement { get; set; }
    Property Value
    Type Description
    Overridable<ContactRatioRequirements>

    Methods

    AddGear()

    Declaration
    public CylindricalGear AddGear()
    Returns
    Type Description
    CylindricalGear

    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