Class ConicalGearSetDesign
Inheritance
System.Object
ConicalGearSetDesign
Implements
System.IDisposable
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class ConicalGearSetDesign : GearSetDesign, IEquatable<APIBase>, IDisposable
Properties
CircularPitch
Declaration
public virtual double CircularPitch { get; }
Property Value
| Type |
Description |
| System.Double |
|
ConicalMeshes
Declaration
public ReadOnlyCollection<ConicalGearMeshDesign> ConicalMeshes { get; }
Property Value
CutterRadius
Declaration
public virtual double CutterRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
DominantPinion
Declaration
public ListWithSelectedItem<string> DominantPinion { get; set; }
Property Value
ImportedXMLFileName
Declaration
public string ImportedXMLFileName { get; }
Property Value
| Type |
Description |
| System.String |
|
MeanNormalModule
Declaration
public virtual double MeanNormalModule { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Module
Declaration
public virtual double Module { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
WheelFinishCutterPointWidth
Declaration
public virtual double WheelFinishCutterPointWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
WheelMeanConeDistance
Declaration
public double WheelMeanConeDistance { get; }
Property Value
| Type |
Description |
| System.Double |
|
WheelOuterConeDistance
Declaration
public double WheelOuterConeDistance { get; }
Property Value
| Type |
Description |
| System.Double |
|
WheelPitchDiameter
Declaration
public virtual double WheelPitchDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
System.IDisposable
Extension Methods