Class GearMeshHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMeshHarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearMeshHarmonicAnalysis : InterMountableComponentConnectionHarmonicAnalysis, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public GearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
GearMesh |
SetUserSpecifiedTEFromFile
This property is for use with RUNNA only. It takes a path to a file containing only a single column of numbers. The numbers are expected to be in the default measurement type for very short length.
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>