Class ConicalMeshedGearDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalMeshedGearDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Conical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ConicalMeshedGearDesign : GearDesignComponent, IEquatable<APIBase>, IDisposable
Properties
AxialForceType
Declaration
public string AxialForceType { get; }
Property Value
Type | Description |
---|---|
System.String |
AxialForceTypeConvex
Declaration
public string AxialForceTypeConvex { get; }
Property Value
Type | Description |
---|---|
System.String |
GleasonAxialFactorConcave
By definition this is a factor which when multiplied by the torque in pound force inches, gives the axial load in pounds
Declaration
public double GleasonAxialFactorConcave { get; }
Property Value
Type | Description |
---|---|
System.Double |
GleasonAxialFactorConvex
By definition this is a factor which when multiplied by the torque in pound force inches, gives the axial load in pounds
Declaration
public double GleasonAxialFactorConvex { get; }
Property Value
Type | Description |
---|---|
System.Double |
GleasonSeparatingFactorConcave
By definition this is a factor which when multiplied by the torque in pound force inches, gives the radial load in pounds
Declaration
public double GleasonSeparatingFactorConcave { get; }
Property Value
Type | Description |
---|---|
System.Double |
GleasonSeparatingFactorConvex
By definition this is a factor which when multiplied by the torque in pound force inches, gives the radial load in pounds
Declaration
public double GleasonSeparatingFactorConvex { get; }
Property Value
Type | Description |
---|---|
System.Double |
Module
Measurement: ShortLength
Declaration
public double Module { get; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public override string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
PitchAngle
Measurement: Angle
Declaration
public double PitchAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
RadialForceTypeConcave
Declaration
public string RadialForceTypeConcave { get; }
Property Value
Type | Description |
---|---|
System.String |
RadialForceTypeConvex
Declaration
public string RadialForceTypeConvex { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>
System.IDisposable