Class LeadModification
Inheritance
Implements
Inherited Members
Namespace: SMT.MastaAPI.Gears.MicroGeometry
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class LeadModification : Modification, IEquatable<APIBase>
Properties
CrowningRelief
Measurement: VeryShortLength
Declaration
public double CrowningRelief { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EvaluationLeftLimitFactor
Measurement: Percentage
Declaration
public double EvaluationLeftLimitFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EvaluationOfLinearLeftReliefFactor
Measurement: Percentage
Declaration
public double EvaluationOfLinearLeftReliefFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EvaluationOfLinearRightReliefFactor
Measurement: Percentage
Declaration
public double EvaluationOfLinearRightReliefFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EvaluationOfLinearSideReliefFactor
Sets both the Linear Left and Right Limits. If the values are different it will show a blank.
Measurement: Percentage
Declaration
public double? EvaluationOfLinearSideReliefFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
EvaluationOfParabolicLeftReliefFactor
Measurement: Percentage
Declaration
public double EvaluationOfParabolicLeftReliefFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EvaluationOfParabolicRightReliefFactor
Measurement: Percentage
Declaration
public double EvaluationOfParabolicRightReliefFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EvaluationOfParabolicSideReliefFactor
Sets both the Parabolic Left and Right Limits. If the values are different it will show a blank.
Measurement: Percentage
Declaration
public double? EvaluationOfParabolicSideReliefFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
EvaluationRightLimitFactor
Measurement: Percentage
Declaration
public double EvaluationRightLimitFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EvaluationSideLimitFactor
Sets both the Evaluation Left and Right Limits. If the values are different it will show a blank.
Measurement: Percentage
Declaration
public double? EvaluationSideLimitFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
LinearLeftRelief
Measurement: VeryShortLength
Declaration
public double LinearLeftRelief { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LinearRelief
Measurement: VeryShortLength
Declaration
public double LinearRelief { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LinearRightRelief
Measurement: VeryShortLength
Declaration
public double LinearRightRelief { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LinearSideRelief
Sets both the Linear Left and Right Relief. If the values are different it will show a blank.
Measurement: VeryShortLength
Declaration
public double? LinearSideRelief { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
MeasuredData
Declaration
public Vector2DListAccessor MeasuredData { get; set; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
ParabolicLeftRelief
Measurement: VeryShortLength
Declaration
public double ParabolicLeftRelief { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ParabolicRightRelief
Measurement: VeryShortLength
Declaration
public double ParabolicRightRelief { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ParabolicSideRelief
Sets both the Parabolic Left and Right Relief. If the values are different it will show a blank.
Measurement: VeryShortLength
Declaration
public double? ParabolicSideRelief { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
StartOfLinearLeftReliefFactor
Measurement: Percentage
Declaration
public double StartOfLinearLeftReliefFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StartOfLinearRightReliefFactor
Measurement: Percentage
Declaration
public double StartOfLinearRightReliefFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StartOfLinearSideReliefFactor
Sets both the Linear Left and Right Limits. If the values are different it will show a blank.
Measurement: Percentage
Declaration
public double? StartOfLinearSideReliefFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
StartOfParabolicLeftReliefFactor
Measurement: Percentage
Declaration
public double StartOfParabolicLeftReliefFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StartOfParabolicRightReliefFactor
Measurement: Percentage
Declaration
public double StartOfParabolicRightReliefFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StartOfParabolicSideReliefFactor
Measurement: Percentage
Declaration
public double? StartOfParabolicSideReliefFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
UseMeasuredData
Declaration
public virtual bool UseMeasuredData { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |