Class FormWheelGrindingProcessSimulation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FormWheelGrindingProcessSimulation
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 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>