Class GearSetLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSetLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearSetLoadCase : SpecialisedAssemblyLoadCase, IEquatable<APIBase>
Properties
AdvancedTimeSteppingAnalysisForModulationOptions
Declaration
public AdvancedTimeSteppingAnalysisForModulationOptions AdvancedTimeSteppingAnalysisForModulationOptions { get; }
Property Value
Type | Description |
---|---|
AdvancedTimeSteppingAnalysisForModulationOptions |
AssemblyDesign
Declaration
public GearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
GearSet |
ExcitationDataIsUpToDate
If the data is not up-to-date, the excitation will be calculated before the harmonic excitation analysis is run. Otherwise, the saved excitation data will be used as input to the harmonic excitation analysis.
Declaration
public override bool ExcitationDataIsUpToDate { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
GearMeshStiffnessModel
Declaration
public GearMeshStiffnessModel GearMeshStiffnessModel { get; set; }
Property Value
Type | Description |
---|---|
GearMeshStiffnessModel |
Gears
Declaration
public ReadOnlyCollection<GearLoadCase> Gears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearLoadCase> |
GearsWithoutClones
Declaration
public ReadOnlyCollection<GearLoadCase> GearsWithoutClones { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearLoadCase> |
MeshesWithoutPlanetaryDuplicates
Declaration
public ReadOnlyCollection<GearMeshLoadCase> MeshesWithoutPlanetaryDuplicates { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearMeshLoadCase> |
MeshStiffnessSource
Specifies the source of the mesh stiffness used for MASTA's Harmonic Analysis in NVH Mode.
Declaration
public Overridable<MeshStiffnessSource> MeshStiffnessSource { get; set; }
Property Value
Type | Description |
---|---|
Overridable<MeshStiffnessSource> |
UseAdvancedModelInAdvancedTimeSteppingAnalysisForModulation
Declaration
public bool UseAdvancedModelInAdvancedTimeSteppingAnalysisForModulation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>