Class KlingelnbergVirtualCylindricalGear
Inheritance
System.Object
KlingelnbergVirtualCylindricalGear
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class KlingelnbergVirtualCylindricalGear : VirtualCylindricalGear, IEquatable<APIBase>
Properties
EffectiveFaceWidth
Declaration
public double EffectiveFaceWidth { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double FaceContactRatioTransverseForVirtualCylindricalGears { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public override string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
OutsideDiameterOfVirtualCylindricalGear
Declaration
public double OutsideDiameterOfVirtualCylindricalGear { get; }
Property Value
| Type |
Description |
| System.Double |
|
VirtualNumberOfTeethNormal
Declaration
public double VirtualNumberOfTeethNormal { get; }
Property Value
| Type |
Description |
| System.Double |
|
VirtualNumberOfTeethTransverse
Declaration
public double VirtualNumberOfTeethTransverse { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods