Class WormDesign
Inheritance
System.Object
WormDesign
Implements
System.IDisposable
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WormDesign : WormGearDesign, IEquatable<APIBase>, IDisposable
Properties
Addendum
Declaration
public double Addendum { get; }
Property Value
Type |
Description |
System.Double |
|
AddendumFactor
Declaration
public WormAddendumFactor AddendumFactor { get; set; }
Property Value
AxialPitch
Declaration
public double AxialPitch { get; }
Property Value
Type |
Description |
System.Double |
|
AxialThickness
Declaration
public double AxialThickness { get; }
Property Value
Type |
Description |
System.Double |
|
Clearance
Declaration
public double Clearance { get; }
Property Value
Type |
Description |
System.Double |
|
ClearanceFactor
Declaration
public double ClearanceFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
Dedendum
Declaration
public double Dedendum { get; }
Property Value
Type |
Description |
System.Double |
|
DiameterFactor
Declaration
public double DiameterFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
FaceWidth
Declaration
public override double FaceWidth { get; }
Property Value
Type |
Description |
System.Double |
|
Overrides
FilletRadius
Declaration
public double FilletRadius { get; }
Property Value
Type |
Description |
System.Double |
|
FilletRadiusFactor
Declaration
public double FilletRadiusFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
Lead
Declaration
public double Lead { get; }
Property Value
Type |
Description |
System.Double |
|
NormalThickness
Declaration
public double NormalThickness { get; }
Property Value
Type |
Description |
System.Double |
|
ReferenceDiameter
Declaration
public double ReferenceDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
ReferenceLeadAngle
Declaration
public double ReferenceLeadAngle { get; }
Property Value
Type |
Description |
System.Double |
|
TipDiameter
Declaration
public double TipDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
WorkingDepthFactor
Declaration
public double WorkingDepthFactor { get; }
Property Value
Type |
Description |
System.Double |
|
WorkingPitchDiameter
Declaration
public double WorkingPitchDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
WorkingPitchLeadAngle
Declaration
public double WorkingPitchLeadAngle { get; }
Property Value
Type |
Description |
System.Double |
|
WormStarts
Declaration
public int WormStarts { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
System.IEquatable<T>
System.IDisposable
Extension Methods