Class ConicalMeshedGearRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalMeshedGearRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Conical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConicalMeshedGearRating : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ActiveFlank
Declaration
public ConicalFlanks ActiveFlank { get; }
Property Value
Type | Description |
---|---|
ConicalFlanks |
AxialForce
This is the axial load at the mesh mean contact point
Measurement: Force
Declaration
public double AxialForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
AxialForceType
Declaration
public string AxialForceType { get; }
Property Value
Type | Description |
---|---|
System.String |
GleasonAxialFactor
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 GleasonAxialFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
GleasonSeparatingFactor
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 GleasonSeparatingFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
NormalForce
This is the normal load at the mesh mean contact point
Measurement: Force
Declaration
public double NormalForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
RadialForce
This is the radial load at the mesh mean contact point
Measurement: Force
Declaration
public double RadialForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
RadialForceType
Declaration
public string RadialForceType { get; }
Property Value
Type | Description |
---|---|
System.String |
TangentialForce
This is the tangential load at the mesh mean contact point
Measurement: Force
Declaration
public double TangentialForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>