Class HobbingProcessProfileCalculation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HobbingProcessProfileCalculation
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.HobbingProcessSimulationNew
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class HobbingProcessProfileCalculation : HobbingProcessCalculation, IEquatable<APIBase>
Properties
ChartDisplayMethod
Declaration
public CylindricalGearProfileMeasurementType ChartDisplayMethod { get; set; }
Property Value
Type | Description |
---|---|
CylindricalGearProfileMeasurementType |
LeftFlank
Declaration
public CalculateProfileDeviationAccuracy LeftFlank { get; }
Property Value
Type | Description |
---|---|
CalculateProfileDeviationAccuracy |
LeftFlankProfileModificationChart
Declaration
public TwoDChartDefinition LeftFlankProfileModificationChart { get; }
Property Value
Type | Description |
---|---|
TwoDChartDefinition |
NumberOfProfileBands
Declaration
public int NumberOfProfileBands { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ResultZPlane
Measurement: ShortLength
Declaration
public double ResultZPlane { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RightFlank
Declaration
public CalculateProfileDeviationAccuracy RightFlank { get; }
Property Value
Type | Description |
---|---|
CalculateProfileDeviationAccuracy |
RightFlankProfileModificationChart
Declaration
public TwoDChartDefinition RightFlankProfileModificationChart { get; }
Property Value
Type | Description |
---|---|
TwoDChartDefinition |
Implements
System.IEquatable<T>