Class CylindricalGearCompoundModalAnalysisAtASpeed
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearCompoundModalAnalysisAtASpeed
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalysesAtASpeed.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearCompoundModalAnalysisAtASpeed : GearCompoundModalAnalysisAtASpeed, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<CylindricalGearModalAnalysisAtASpeed> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearModalAnalysisAtASpeed> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<CylindricalGearModalAnalysisAtASpeed> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearModalAnalysisAtASpeed> |
ComponentDesign
Declaration
public CylindricalGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGear |
Planetaries
Declaration
public ReadOnlyCollection<CylindricalGearCompoundModalAnalysisAtASpeed> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearCompoundModalAnalysisAtASpeed> |
Implements
System.IEquatable<T>