Class StraightBevelDiffGearCompoundHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelDiffGearCompoundHarmonicAnalysis
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 StraightBevelDiffGearCompoundHarmonicAnalysis : BevelGearCompoundHarmonicAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<StraightBevelDiffGearHarmonicAnalysis> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearHarmonicAnalysis> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<StraightBevelDiffGearHarmonicAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearHarmonicAnalysis> |
ComponentDesign
Declaration
public StraightBevelDiffGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelDiffGear |
Implements
System.IEquatable<T>