Version:

    Show / Hide Table of Contents

    Class RackShape

    Inheritance
    System.Object
    APIBase
    CutterShapeDefinition
    RackShape
    CylindricalGearHobShape
    CylindricalGearWormGrinderShape
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    CutterShapeDefinition._parent
    CutterShapeDefinition.NormalModule
    CutterShapeDefinition.NormalPitch
    CutterShapeDefinition.NormalPressureAngle
    CutterShapeDefinition.FilletPoints
    CutterShapeDefinition.MainBladePoints
    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.Manufacturing.Cylindrical.Cutters.Tangibles
    Assembly: SMT.MastaAPI.14.1.1.dll
    Syntax
    public abstract class RackShape : CutterShapeDefinition, IEquatable<APIBase>

    Properties

    ActualProtuberance

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

    Addendum

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

    AddendumForm

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

    Dedendum

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

    Design

    Declaration
    public CylindricalGearRackDesign Design { get; }
    Property Value
    Type Description
    CylindricalGearRackDesign

    EdgeHeight

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

    EdgeRadius

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

    FlatRootWidth

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

    FlatTipWidth

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

    HasSemiToppingBlade

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

    HobWholeDepth

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

    MainBladePressureAngleNearestHobRoot

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

    MainBladePressureAngleNearestHobTip

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

    MaximumEdgeRadius

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

    MaximumProtuberanceBladePressureAngle

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

    MinimumProtuberanceBladePressureAngle

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

    MinimumProtuberanceHeight

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

    NormalThickness

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

    Protuberance

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

    ProtuberanceHeight

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

    ProtuberanceLength

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

    ProtuberancePressureAngle

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

    ProtuberanceRelativeToMainBladePressureAngleNearestHobTip

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

    SemiToppingHeight

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

    SemiToppingPressureAngle

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

    SemiToppingStart

    Declaration
    public double SemiToppingStart { get; set; }
    Property Value
    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