Class CylindricalGearRackDesign
Inheritance
System.Object
CylindricalGearRackDesign
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class CylindricalGearRackDesign : CylindricalGearRealCutterDesign, IEquatable<APIBase>
Properties
Addendum
Declaration
public double Addendum { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AddendumFactor
Declaration
public double AddendumFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AddendumKeepingDedendumConstant
Declaration
public double AddendumKeepingDedendumConstant { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Dedendum
Declaration
public double Dedendum { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DedendumFactor
Declaration
public double DedendumFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EdgeHeight
Declaration
public virtual double EdgeHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EdgeRadius
Declaration
public override double EdgeRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
EffectiveLength
Declaration
public double EffectiveLength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
FlatRootWidth
Declaration
public double FlatRootWidth { get; }
Property Value
| Type |
Description |
| System.Double |
|
FlatTipWidth
Declaration
public virtual double FlatTipWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Hand
Declaration
public Hand Hand { get; set; }
Property Value
NominalRackShape
Declaration
public virtual RackShape NominalRackShape { get; }
Property Value
NormalThickness
Declaration
public Overridable<double> NormalThickness { get; set; }
Property Value
NumberOfThreads
Declaration
public int NumberOfThreads { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ReferenceDiameter
Declaration
public double ReferenceDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
TipDiameter
Declaration
public double TipDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
UseMaximumEdgeRadius
Declaration
public bool UseMaximumEdgeRadius { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
WholeDepth
Declaration
public double WholeDepth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
WormType
Declaration
public WormType WormType { get; set; }
Property Value
Methods
ConvertToStandardThickness()
Declaration
public void ConvertToStandardThickness()
Implements
System.IEquatable<T>
Extension Methods