Class GearSetLoadCase
Inheritance
System.Object
GearSetLoadCase
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class GearSetLoadCase : SpecialisedAssemblyLoadCase, IEquatable<APIBase>
Properties
Declaration
public AdvancedTimeSteppingAnalysisForModulationOptions AdvancedTimeSteppingAnalysisForModulationOptions { get; }
Property Value
AssemblyDesign
Declaration
public GearSet AssemblyDesign { get; }
Property Value
ExcitationDataIsUpToDate
Declaration
public override bool ExcitationDataIsUpToDate { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
GearMeshStiffnessModel
Declaration
public GearMeshStiffnessModel GearMeshStiffnessModel { get; set; }
Property Value
GearsLoadCase
Declaration
public ReadOnlyCollection<GearLoadCase> GearsLoadCase { 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> |
|
IncludeMicrogeometry
Declaration
public Overridable<bool> IncludeMicrogeometry { get; set; }
Property Value
MeshesLoadCase
Declaration
public ReadOnlyCollection<GearMeshLoadCase> MeshesLoadCase { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<GearMeshLoadCase> |
|
MeshesWithoutPlanetaryDuplicates
Declaration
public ReadOnlyCollection<GearMeshLoadCase> MeshesWithoutPlanetaryDuplicates { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<GearMeshLoadCase> |
|
MeshStiffnessSource
Declaration
public Overridable<MeshStiffnessSource> MeshStiffnessSource { get; set; }
Property Value
OverrideMeshEfficiencyScript
Declaration
public bool OverrideMeshEfficiencyScript { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool UseAdvancedModelInAdvancedTimeSteppingAnalysisForModulation { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseScriptToProvideMeshEfficiency
Declaration
public virtual Overridable<bool> UseScriptToProvideMeshEfficiency { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods