Class ShavingDynamicsCalculationForHobbedGears<T>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShavingDynamicsCalculationForHobbedGears<T>
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ShavingDynamicsCalculationForHobbedGears<T> : ShavingDynamicsCalculation<T>, IEquatable<APIBase> where T : ShavingDynamics
Type Parameters
Properties
MaximumEndOfShavingProfile
Declaration
public ReportingOverridable<CylindricalGearProfileMeasurement> MaximumEndOfShavingProfile { get; }
Property Value
MaximumStartOfShavingProfile
Declaration
public ReportingOverridable<CylindricalGearProfileMeasurement> MaximumStartOfShavingProfile { get; }
Property Value
MinimumEndOfShavingProfile
Declaration
public ReportingOverridable<CylindricalGearProfileMeasurement> MinimumEndOfShavingProfile { get; }
Property Value
MinimumStartOfShavingProfile
Declaration
public ReportingOverridable<CylindricalGearProfileMeasurement> MinimumStartOfShavingProfile { get; }
Property Value
RedressingAtMaximumStartAndEndOfShavingProfile
Declaration
public ShaverRedressing<T> RedressingAtMaximumStartAndEndOfShavingProfile { get; }
Property Value
RedressingAtMaximumStartAndMinimumEndOfShavingProfile
Declaration
public ShaverRedressing<T> RedressingAtMaximumStartAndMinimumEndOfShavingProfile { get; }
Property Value
RedressingAtMinimumStartAndEndOfShavingProfile
Declaration
public ShaverRedressing<T> RedressingAtMinimumStartAndEndOfShavingProfile { get; }
Property Value
RedressingAtMinimumStartAndMaximumEndOfShavingProfile
Declaration
public ShaverRedressing<T> RedressingAtMinimumStartAndMaximumEndOfShavingProfile { get; }
Property Value
RedressingChartMaximumStartAndEndOfShavingProfile
Declaration
public TwoDChartDefinition RedressingChartMaximumStartAndEndOfShavingProfile { get; }
Property Value
RedressingChartMaximumStartAndMinimumEndOfShavingProfile
Declaration
public TwoDChartDefinition RedressingChartMaximumStartAndMinimumEndOfShavingProfile { get; }
Property Value
RedressingChartMinimumStartAndEndOfShavingProfile
Declaration
public TwoDChartDefinition RedressingChartMinimumStartAndEndOfShavingProfile { get; }
Property Value
RedressingChartMinimumStartAndMaximumEndOfShavingProfile
Declaration
public TwoDChartDefinition RedressingChartMinimumStartAndMaximumEndOfShavingProfile { 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
Implements
System.IEquatable<T>
Extension Methods