Class ConicalMeshedGearRating
Inheritance
System.Object
ConicalMeshedGearRating
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ConicalMeshedGearRating : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
ActiveFlank
Declaration
public ConicalFlanks ActiveFlank { get; }
Property Value
AxialForce
Declaration
public double AxialForce { get; }
Property Value
| Type |
Description |
| System.Double |
|
AxialForceType
Declaration
public string AxialForceType { get; }
Property Value
| Type |
Description |
| System.String |
|
GleasonAxialFactor
Declaration
public double GleasonAxialFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
GleasonSeparatingFactor
Declaration
public double GleasonSeparatingFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
NormalForce
Declaration
public double NormalForce { get; }
Property Value
| Type |
Description |
| System.Double |
|
RadialForce
Declaration
public double RadialForce { get; }
Property Value
| Type |
Description |
| System.Double |
|
RadialForceType
Declaration
public string RadialForceType { get; }
Property Value
| Type |
Description |
| System.String |
|
TangentialForce
Declaration
public double TangentialForce { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods