Class CylindricalGearMeshCompoundModalAnalysisAtASpeed
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearMeshCompoundModalAnalysisAtASpeed
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 CylindricalGearMeshCompoundModalAnalysisAtASpeed : GearMeshCompoundModalAnalysisAtASpeed, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<CylindricalGearMeshModalAnalysisAtASpeed> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshModalAnalysisAtASpeed> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<CylindricalGearMeshModalAnalysisAtASpeed> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshModalAnalysisAtASpeed> |
ConnectionDesign
Declaration
public CylindricalGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGearMesh |
Planetaries
Declaration
public ReadOnlyCollection<CylindricalGearMeshCompoundModalAnalysisAtASpeed> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshCompoundModalAnalysisAtASpeed> |
Implements
System.IEquatable<T>