Class StraightBevelGearSetCompoundHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelGearSetCompoundHarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class StraightBevelGearSetCompoundHarmonicAnalysis : BevelGearSetCompoundHarmonicAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<StraightBevelGearSetHarmonicAnalysis> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearSetHarmonicAnalysis> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<StraightBevelGearSetHarmonicAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearSetHarmonicAnalysis> |
AssemblyDesign
Declaration
public StraightBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSet |
StraightBevelGearsCompoundHarmonicAnalysis
Declaration
public ReadOnlyCollection<StraightBevelGearCompoundHarmonicAnalysis> StraightBevelGearsCompoundHarmonicAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearCompoundHarmonicAnalysis> |
StraightBevelMeshesCompoundHarmonicAnalysis
Declaration
public ReadOnlyCollection<StraightBevelGearMeshCompoundHarmonicAnalysis> StraightBevelMeshesCompoundHarmonicAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshCompoundHarmonicAnalysis> |
Implements
System.IEquatable<T>