Class GearMeshHarmonicAnalysis
Inheritance
System.Object
GearMeshHarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class GearMeshHarmonicAnalysis : InterMountableComponentConnectionHarmonicAnalysis, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public GearMesh ConnectionDesign { get; }
Property Value
| Type | Description |
|---|---|
| GearMesh |
SetUserSpecifiedTEFromFile
Declaration
public string SetUserSpecifiedTEFromFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SystemDeflectionResults
Declaration
public GearMeshSystemDeflection SystemDeflectionResults { get; }
Property Value
| Type | Description |
|---|---|
| GearMeshSystemDeflection |
ToothPassingHarmonics
Declaration
public ReadOnlyCollection<ToothPassingHarmonic> ToothPassingHarmonics { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ToothPassingHarmonic> |
Implements
System.IEquatable<T>