Class ShavingDynamicsCalculationForDesignedGears<T>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShavingDynamicsCalculationForDesignedGears<T>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.AxialAndPlungeShavingDynamics
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ShavingDynamicsCalculationForDesignedGears<T> : ShavingDynamicsCalculation<T>, IEquatable<APIBase> where T : ShavingDynamics
Type Parameters
Name | Description |
---|---|
T |
Properties
EndOfShavingProfile
Declaration
public ReportingOverridable<CylindricalGearProfileMeasurement> EndOfShavingProfile { get; }
Property Value
Type | Description |
---|---|
ReportingOverridable<CylindricalGearProfileMeasurement> |
Redressing
Declaration
public ShaverRedressing<T> Redressing { get; }
Property Value
Type | Description |
---|---|
ShaverRedressing<T> |
RedressingChart
Declaration
public TwoDChartDefinition RedressingChart { get; }
Property Value
Type | Description |
---|---|
TwoDChartDefinition |
RedressingSettings
Declaration
public override ReadOnlyCollection<RedressingSettings<T>> RedressingSettings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RedressingSettings<T>> |
Overrides
SMT.MastaAPI.Gears.Manufacturing.Cylindrical.AxialAndPlungeShavingDynamics.ShavingDynamicsCalculation<T>.RedressingSettings
SelectedRedressing
Declaration
public override ListWithSelectedItem<T> SelectedRedressing { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<T> |
Overrides
SMT.MastaAPI.Gears.Manufacturing.Cylindrical.AxialAndPlungeShavingDynamics.ShavingDynamicsCalculation<T>.SelectedRedressing
StartOfShavingProfile
Declaration
public ReportingOverridable<CylindricalGearProfileMeasurement> StartOfShavingProfile { get; }
Property Value
Type | Description |
---|---|
ReportingOverridable<CylindricalGearProfileMeasurement> |
Implements
System.IEquatable<T>