Class ConicalGearSetDesign
Inheritance
System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    
    
    
    ConicalGearSetDesign
      
      
  Inherited Members
      SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    
  Namespace: SMT.MastaAPI.Gears.GearDesigns.Conical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ConicalGearSetDesign : GearSetDesign, IEquatable<APIBase>, IDisposableProperties
CircularPitch
Measurement: ShortLength
Declaration
public virtual double CircularPitch { get; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
ConicalMeshes
Declaration
public ReadOnlyCollection<ConicalGearMeshDesign> ConicalMeshes { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ConicalGearMeshDesign> | 
CutterRadius
Measurement: ShortLength
Declaration
public virtual double CutterRadius { get; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
DominantPinion
Declaration
public ListWithSelectedItem<string> DominantPinion { get; set; }Property Value
| Type | Description | 
|---|---|
| ListWithSelectedItem<System.String> | 
ImportedXMLFileName
Declaration
public string ImportedXMLFileName { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
MeanNormalModule
Measurement: ShortLength
Declaration
public virtual double MeanNormalModule { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
Module
Outer transverse module
Measurement: ShortLength
Declaration
public virtual double Module { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
WheelFinishCutterPointWidth
Measurement: ShortLength
Declaration
public virtual double WheelFinishCutterPointWidth { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
WheelMeanConeDistance
Measurement: ShortLength
Declaration
public double WheelMeanConeDistance { get; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
WheelOuterConeDistance
Measurement: ShortLength
Declaration
public double WheelOuterConeDistance { get; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
WheelPitchDiameter
Outer pitch diameter of wheel
Measurement: ShortLength
Declaration
public virtual double WheelPitchDiameter { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
Implements
      System.IEquatable<T>
  
  
      System.IDisposable