Class ShapingProcessSimulation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShapingProcessSimulation
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.ProcessSimulation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ShapingProcessSimulation : CutterProcessSimulation, IEquatable<APIBase>
Properties
CircleBladeFlankAngleError
Measurement: Angle
Declaration
public double CircleBladeFlankAngleError { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CircleBladeRakeAngleError
Measurement: Angle
Declaration
public double CircleBladeRakeAngleError { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CircumstanceFeed
Measurement: ShortLength
Declaration
public double CircumstanceFeed { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeviationInXDirection
Measurement: VeryShortLength
Declaration
public double DeviationInXDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeviationInYDirection
Measurement: VeryShortLength
Declaration
public double DeviationInYDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DistanceBetweenTwoSections
Measurement: ShortLength
Declaration
public double DistanceBetweenTwoSections { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EAPDiameter
Measurement: ShortLength
Declaration
public double EAPDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
FaceRunout
Measurement: VeryShortLength
Declaration
public double FaceRunout { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FaceRunoutCheckDiameter
Measurement: ShortLength
Declaration
public double FaceRunoutCheckDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Factor
Declaration
public double Factor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FirstPhaseMaximumAngle
Measurement: Angle
Declaration
public double FirstPhaseMaximumAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FirstSectionRunout
Measurement: VeryShortLength
Declaration
public double FirstSectionRunout { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PressureAngleErrorLeftFlank
Measurement: VeryShortLength
Declaration
public double PressureAngleErrorLeftFlank { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PressureAngleErrorRightFlank
Measurement: VeryShortLength
Declaration
public double PressureAngleErrorRightFlank { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ProfileEvaluationLowerLimit
Measurement: ShortLength
Declaration
public double ProfileEvaluationLowerLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ProfileEvaluationUpperLimit
Measurement: ShortLength
Declaration
public double ProfileEvaluationUpperLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SecondPhaseMaxAngle
Measurement: Angle
Declaration
public double SecondPhaseMaxAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SecondSectionRunout
Measurement: VeryShortLength
Declaration
public double SecondSectionRunout { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ShaperCumulativePitchErrorLeftFlank
Measurement: VeryShortLength
Declaration
public double ShaperCumulativePitchErrorLeftFlank { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ShaperCumulativePitchErrorRightFlank
Measurement: VeryShortLength
Declaration
public double ShaperCumulativePitchErrorRightFlank { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ShaperRadialRunout
Measurement: VeryShortLength
Declaration
public double ShaperRadialRunout { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ShaperStoke
Measurement: ShortLength
Declaration
public double ShaperStoke { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ShaperTiltAngle
Measurement: Angle
Declaration
public double ShaperTiltAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
SpindleAngleAtMaximumFaceRunout
Measurement: Angle
Declaration
public double SpindleAngleAtMaximumFaceRunout { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SpindleAngleAtMaximumRadialRunout
Measurement: Angle
Declaration
public double SpindleAngleAtMaximumRadialRunout { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TestDistanceInXDirection
Measurement: ShortLength
Declaration
public double TestDistanceInXDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TestDistanceInYDirection
Measurement: ShortLength
Declaration
public double TestDistanceInYDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
UseSinCurveForShaperPitchError
Declaration
public bool UseSinCurveForShaperPitchError { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>