Class StraightBevelGearMeshCompoundAdvancedTimeSteppingAnalysisForModulation
Inheritance
System.Object
StraightBevelGearMeshCompoundAdvancedTimeSteppingAnalysisForModulation
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedTimeSteppingAnalysesForModulation.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class StraightBevelGearMeshCompoundAdvancedTimeSteppingAnalysisForModulation : BevelGearMeshCompoundAdvancedTimeSteppingAnalysisForModulation, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public StraightBevelGearMesh ComponentDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearMesh |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<StraightBevelGearMeshAdvancedTimeSteppingAnalysisForModulation> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshAdvancedTimeSteppingAnalysisForModulation> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<StraightBevelGearMeshAdvancedTimeSteppingAnalysisForModulation> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshAdvancedTimeSteppingAnalysisForModulation> |
ConnectionDesign
Declaration
public StraightBevelGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearMesh |
Implements
System.IEquatable<T>