Class ShavingDynamicsCalculationForDesignedGears<T>
Inheritance
System.Object
ShavingDynamicsCalculationForDesignedGears<T>
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ShavingDynamicsCalculationForDesignedGears<T> : ShavingDynamicsCalculation<T>, IEquatable<APIBase> where T : ShavingDynamics
Type Parameters
Properties
EndOfShavingProfile
Declaration
public ReportingOverridable<CylindricalGearProfileMeasurement> EndOfShavingProfile { get; }
Property Value
Redressing
Declaration
public ShaverRedressing<T> Redressing { get; }
Property Value
RedressingChart
Declaration
public TwoDChartDefinition RedressingChart { get; }
Property Value
RedressingSettings
Declaration
public override ReadOnlyCollection<RedressingSettings<T>> RedressingSettings { get; }
Property Value
Overrides
SMT.MastaAPI.Gears.Manufacturing.Cylindrical.AxialAndPlungeShavingDynamics.ShavingDynamicsCalculation<T>.RedressingSettings
SelectedRedressing
Declaration
public override ListWithSelectedItem<T> SelectedRedressing { get; set; }
Property Value
Overrides
SMT.MastaAPI.Gears.Manufacturing.Cylindrical.AxialAndPlungeShavingDynamics.ShavingDynamicsCalculation<T>.SelectedRedressing
StartOfShavingProfile
Declaration
public ReportingOverridable<CylindricalGearProfileMeasurement> StartOfShavingProfile { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods