Class AGMAGleasonConicalGearDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AGMAGleasonConicalGearDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.AGMAGleasonConical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class AGMAGleasonConicalGearDesign : ConicalGearDesign, IEquatable<APIBase>, IDisposable
Properties
AccuracyGrades
Declaration
public virtual AccuracyGrades AccuracyGrades { get; }
Property Value
Type | Description |
---|---|
AccuracyGrades |
AllowableBendingStress
Measurement: Stress
Declaration
public double AllowableBendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
AllowableContactStress
Measurement: Stress
Declaration
public double AllowableContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
BevelGearMaterial
Declaration
public virtual GearMaterial BevelGearMaterial { get; }
Property Value
Type | Description |
---|---|
GearMaterial |
Cutter
Declaration
public virtual ConicalGearCutter Cutter { get; }
Property Value
Type | Description |
---|---|
ConicalGearCutter |
FaceWidth
Measurement: ShortLength
Declaration
public override double FaceWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
FrontEndType
Declaration
public virtual FrontEndTypes FrontEndType { get; set; }
Property Value
Type | Description |
---|---|
FrontEndTypes |
MachineSettingCalculationMethod
Declaration
public EnumWithSelectedValue<ConicalMachineSettingCalculationMethods> MachineSettingCalculationMethod { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<ConicalMachineSettingCalculationMethods> |
ManufactureMethod
Declaration
public EnumWithSelectedValue<ConicalManufactureMethods> ManufactureMethod { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<ConicalManufactureMethods> |
Material
Declaration
public DatabaseWithSelectedItem Material { get; set; }
Property Value
Type | Description |
---|---|
DatabaseWithSelectedItem |
Implements
System.IEquatable<T>
System.IDisposable