Version:

    Show / Hide Table of Contents

    Class CylindricalGearFlankMicroGeometry

    Inheritance
    System.Object
    APIBase
    FlankMicroGeometry
    CylindricalGearFlankMicroGeometry
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    FlankMicroGeometry._parent
    FlankMicroGeometry.MicroGeometryInputType
    FlankMicroGeometry.ModificationChart
    FlankMicroGeometry.UserSpecifiedData
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, [])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, , T)
    APIBase.callPartialMethod<T>(String, , , T)
    APIBase.callPartialMethod<T>(String, , , , T)
    APIBase.callPartialMethod<T1, T2>(String, , T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    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.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.ToListWithSelectedItem<T>(IEnumerable<T>)
    APIBase.ToListWithSelectedItem<T>(T, IEnumerable<T>)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    APIBase.InvalidProperties
    APIBase.ReadOnlyProperties
    APIBase.AllPropertiesAreReadOnly
    APIBase.AllPropertiesAreInvalid
    APIBase.cacheRpds
    APIBase.isInvalid
    Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical.MicroGeometry
    Assembly: SMT.MastaAPI.14.1.1.dll
    Syntax
    public class CylindricalGearFlankMicroGeometry : FlankMicroGeometry, IEquatable<APIBase>

    Properties

    Bias

    Declaration
    public CylindricalGearBiasModification Bias { get; }
    Property Value
    Type Description
    CylindricalGearBiasModification

    GearDesign

    Declaration
    public CylindricalGearDesign GearDesign { get; }
    Property Value
    Type Description
    CylindricalGearDesign

    LeadFormDeviationPoints

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

    LeadRelief

    Declaration
    public CylindricalGearLeadModification LeadRelief { get; }
    Property Value
    Type Description
    CylindricalGearLeadModification

    LeadSlopeDeviationPoints

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

    MicroGeometryMap

    Declaration
    public CylindricalGearMicroGeometryMap MicroGeometryMap { get; }
    Property Value
    Type Description
    CylindricalGearMicroGeometryMap

    MicroGeometryMatrix

    Declaration
    public GriddedSurfaceAccessor MicroGeometryMatrix { get; set; }
    Property Value
    Type Description
    GriddedSurfaceAccessor

    ModifiedNormalPressureAngleDueToHelixAngleModificationAssumingUnmodifiedNormalModuleAndPressureAngleModification

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

    Name

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

    ProfileControlPoint

    Declaration
    public CylindricalGearProfileMeasurement ProfileControlPoint { get; }
    Property Value
    Type Description
    CylindricalGearProfileMeasurement

    ProfileFormDeviationPoints

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

    ProfileRelief

    Declaration
    public CylindricalGearProfileModification ProfileRelief { get; }
    Property Value
    Type Description
    CylindricalGearProfileModification

    ProfileSlopeDeviationAt10PercentFaceWidth

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

    ProfileSlopeDeviationAt50PercentFaceWidth

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

    ProfileSlopeDeviationAt90PercentFaceWidth

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

    TotalLeadReliefPoints

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

    TotalProfileReliefPoints

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

    TriangularEndRelief

    Declaration
    public CylindricalGearTriangularEndModification TriangularEndRelief { get; }
    Property Value
    Type Description
    CylindricalGearTriangularEndModification

    UseMeasuredMapData

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

    Methods

    TotalRelief(Double, Double)

    Declaration
    public double TotalRelief(double faceWidth, double rollDistance)
    Parameters
    Type Name Description
    System.Double faceWidth
    System.Double rollDistance
    Returns
    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