Class GearSetAdvancedTimeSteppingAnalysisForModulation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSetAdvancedTimeSteppingAnalysisForModulation
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedTimeSteppingAnalysesForModulation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearSetAdvancedTimeSteppingAnalysisForModulation : SpecialisedAssemblyAdvancedTimeSteppingAnalysisForModulation, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public GearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
GearSet |
EignenmodesIndexedByModeId
Each item represents a list of modes vs quasi time step
Declaration
public ReadOnlyCollection<Eigenmodes> EignenmodesIndexedByModeId { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<Eigenmodes> |
SystemDeflectionResults
Declaration
public GearSetSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
GearSetSystemDeflection |
Implements
System.IEquatable<T>