Version: 13.0

    Show / Hide Table of Contents

    Class FormWheelGrindingProcessSimulation

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    CutterProcessSimulation
    FormWheelGrindingProcessSimulation
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    CutterProcessSimulation._parent
    CutterProcessSimulation.EndOfMeasuredLead
    CutterProcessSimulation.EndOfMeasuredProfile
    CutterProcessSimulation.LeadDistancePerStep
    CutterProcessSimulation.NumberOfTeethToCalculate
    CutterProcessSimulation.RollingDistancePerStep
    CutterProcessSimulation.StartOfMeasuredLead
    CutterProcessSimulation.StartOfMeasuredProfile
    CutterProcessSimulation.ReportNames
    CutterProcessSimulation.OutputDefaultReportTo(String)
    CutterProcessSimulation.GetDefaultReportWithEncodedImages()
    CutterProcessSimulation.OutputActiveReportTo(String)
    CutterProcessSimulation.OutputActiveReportAsTextTo(String)
    CutterProcessSimulation.GetActiveReportWithEncodedImages()
    CutterProcessSimulation.OutputNamedReportTo(String, String)
    CutterProcessSimulation.OutputNamedReportAsMastaReport(String, String)
    CutterProcessSimulation.OutputNamedReportAsTextTo(String, String)
    CutterProcessSimulation.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.Manufacturing.Cylindrical.ProcessSimulation
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public class FormWheelGrindingProcessSimulation : CutterProcessSimulation, IEquatable<APIBase>

    Properties

    GearRelativeTiltX

    Measurement: SmallAngle

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

    GearRelativeTiltY

    Measurement: SmallAngle

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

    GrindWheelAxialOffset

    Measurement: VeryShortLength

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

    GrindWheelAxialRunoutRadius

    Measurement: ShortLength

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

    GrindWheelAxialRunoutReading

    Measurement: VeryShortLength

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

    GrindWheelDiameterDeviation

    Measurement: VeryShortLength

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

    GrindWheelTiltAngle

    Tilt angle of the Grind Wheel from its nominal position

    Measurement: SmallAngle

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

    GrindWheelTiltRadius

    Radius on the Grind Wheel where the tilt is measured

    Measurement: ShortLength

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

    LeftAmplitude

    Measurement: VeryShortLength

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

    LeftNumberOfCycles

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

    LeftStartingAngle

    0 To 180 Degrees

    Measurement: Angle

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

    RightAmplitude

    Measurement: VeryShortLength

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

    RightNumberOfCycles

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

    RightStartingAngle

    0 To 180 Degrees

    Measurement: Angle

    Declaration
    public double RightStartingAngle { 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