Class AGMAGleasonConicalGearDesign
Inheritance
System.Object
AGMAGleasonConicalGearDesign
Implements
System.IDisposable
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class AGMAGleasonConicalGearDesign : ConicalGearDesign, IEquatable<APIBase>, IDisposable
Properties
AccuracyGrades
Declaration
public virtual AccuracyGrades AccuracyGrades { get; }
Property Value
AllowableBendingStress
Declaration
public double AllowableBendingStress { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double AllowableContactStress { get; }
Property Value
Type |
Description |
System.Double |
|
BevelGearMaterial
Declaration
public virtual GearMaterial BevelGearMaterial { get; }
Property Value
Cutter
Declaration
public virtual ConicalGearCutter Cutter { get; }
Property Value
FaceWidth
Declaration
public override double FaceWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Overrides
FrontEndType
Declaration
public virtual FrontEndTypes FrontEndType { get; set; }
Property Value
MachineSettingCalculationMethod
Declaration
public EnumWithSelectedValue<ConicalMachineSettingCalculationMethods> MachineSettingCalculationMethod { get; set; }
Property Value
ManufactureMethod
Declaration
public EnumWithSelectedValue<ConicalManufactureMethods> ManufactureMethod { get; set; }
Property Value
Material
Declaration
public DatabaseWithSelectedItem Material { get; set; }
Property Value
Implements
System.IEquatable<T>
System.IDisposable
Extension Methods