Class CylindricalGearSetCompoundModalAnalysisAtASpeed
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearSetCompoundModalAnalysisAtASpeed
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 CylindricalGearSetCompoundModalAnalysisAtASpeed : GearSetCompoundModalAnalysisAtASpeed, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<CylindricalGearSetModalAnalysisAtASpeed> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSetModalAnalysisAtASpeed> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<CylindricalGearSetModalAnalysisAtASpeed> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSetModalAnalysisAtASpeed> |
AssemblyDesign
Declaration
public CylindricalGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSet |
CylindricalGearsCompoundModalAnalysisAtASpeed
Declaration
public ReadOnlyCollection<CylindricalGearCompoundModalAnalysisAtASpeed> CylindricalGearsCompoundModalAnalysisAtASpeed { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearCompoundModalAnalysisAtASpeed> |
CylindricalMeshesCompoundModalAnalysisAtASpeed
Declaration
public ReadOnlyCollection<CylindricalGearMeshCompoundModalAnalysisAtASpeed> CylindricalMeshesCompoundModalAnalysisAtASpeed { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshCompoundModalAnalysisAtASpeed> |
Implements
System.IEquatable<T>