Class ShavingSimulationCalculator
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShavingSimulationCalculator
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 ShavingSimulationCalculator : CutterSimulationCalc, IEquatable<APIBase>
Properties
CrossAngle
The angle between the axes of shaver and gear.
Measurement: Angle
Declaration
public double CrossAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
GearNormalShavingPitchPressureAngle
Measurement: Angle
Declaration
public double GearNormalShavingPitchPressureAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
GearTransverseShavingPitchPressureAngle
Measurement: Angle
Declaration
public double GearTransverseShavingPitchPressureAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
LeastCentreDistanceCrossAngle
Measurement: Angle
Declaration
public double LeastCentreDistanceCrossAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumCentreDistance
Measurement: ShortLength
Declaration
public double MinimumCentreDistance { get; }
Property Value
Type | Description |
---|---|
System.Double |
ShaverTransverseShavingPitchPressureAngle
Measurement: Angle
Declaration
public double ShaverTransverseShavingPitchPressureAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
ShavingCentreDistance
Measurement: ShortLength
Declaration
public double ShavingCentreDistance { get; }
Property Value
Type | Description |
---|---|
System.Double |
TheoreticalShavingContactRatio
Declaration
public double TheoreticalShavingContactRatio { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>