Class WormWheelDesign
Inheritance
System.Object
WormWheelDesign
Implements
System.IDisposable
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class WormWheelDesign : WormGearDesign, IEquatable<APIBase>, IDisposable
Properties
Addendum
Declaration
public virtual double Addendum { get; }
Property Value
| Type |
Description |
| System.Double |
|
Dedendum
Declaration
public virtual double Dedendum { get; }
Property Value
| Type |
Description |
| System.Double |
|
FaceWidth
Declaration
public override double FaceWidth { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MeanDiameter
Declaration
public double MeanDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
MeanHelixAngle
Declaration
public double MeanHelixAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
OuterDiameter
Declaration
public double OuterDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
ReferenceDiameter
Declaration
public virtual double ReferenceDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
ReferenceHelixAngle
Declaration
public double ReferenceHelixAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
RootDiameter
Declaration
public override double RootDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
ThroatRadius
Declaration
public double ThroatRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
ThroatTipDiameter
Declaration
public double ThroatTipDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
WholeDepth
Declaration
public override double WholeDepth { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
WorkingPitchDiameter
Declaration
public virtual double WorkingPitchDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
System.IDisposable
Extension Methods