Class ShaperSimulationCalculator
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShaperSimulationCalculator
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 ShaperSimulationCalculator : CutterSimulationCalc, IEquatable<APIBase>
Properties
CuttingCentreDistance
Measurement: ShortLength
Declaration
public double CuttingCentreDistance { get; }
Property Value
Type | Description |
---|---|
System.Double |
CuttingPressureAngle
Measurement: Angle
Declaration
public double CuttingPressureAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
Shaper
Declaration
public CylindricalGearShaperTangible Shaper { get; }
Property Value
Type | Description |
---|---|
CylindricalGearShaperTangible |
ShaperSAPDiameter
The diameter on the main blade that cuts the gear tip form diameter.
Measurement: ShortLength
Declaration
public double ShaperSAPDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>