Class FormWheelGrindingSimulationCalculator
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FormWheelGrindingSimulationCalculator
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.CutterSimulation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FormWheelGrindingSimulationCalculator : CutterSimulationCalc, IEquatable<APIBase>
Properties
CentreDistance
Measurement: ShortLength
Declaration
public double CentreDistance { get; }
Property Value
Type | Description |
---|---|
System.Double |
FinishDepthRadius
Measurement: ShortLength
Declaration
public double FinishDepthRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
LimitingFinishDepthRadius
Measurement: ShortLength
Declaration
public double LimitingFinishDepthRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
ProfiledGrindingWheel
Declaration
public CylindricalGearFormedWheelGrinderTangible ProfiledGrindingWheel { get; }
Property Value
Type | Description |
---|---|
CylindricalGearFormedWheelGrinderTangible |
TransverseRootFilletRadius
This is the root fillet radius in the transverse plane at the ISO 6336 critical section.
Measurement: ShortLength
Declaration
public override double TransverseRootFilletRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Implements
System.IEquatable<T>