Class ConicalMeshLoadDistributionAnalysis
Inheritance
System.Object
ConicalMeshLoadDistributionAnalysis
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ConicalMeshLoadDistributionAnalysis : GearMeshLoadDistributionAnalysis, IEquatable<APIBase>
Properties
ConicalMeshLoadCase
Declaration
public ConicalMeshLoadCase ConicalMeshLoadCase { get; }
Property Value
ConicalMeshManufacturingAnalysis
Declaration
public ConicalMeshManufacturingAnalysis ConicalMeshManufacturingAnalysis { get; }
Property Value
MeshedGears
Declaration
public ReadOnlyCollection<ConicalMeshedGearLoadDistributionAnalysis> MeshedGears { get; }
Property Value
NumberOfRollAngles
Declaration
public override int NumberOfRollAngles { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Overrides
PinionMeanTE
Declaration
public virtual double PinionMeanTE { get; }
Property Value
| Type |
Description |
| System.Double |
|
PinionPeakToPeakTE
Declaration
public virtual double PinionPeakToPeakTE { get; }
Property Value
| Type |
Description |
| System.Double |
|
WheelPeakToPeakTE
Declaration
public double WheelPeakToPeakTE { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods