Class CylindricalGearMeshModalAnalysisAtAStiffness
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearMeshModalAnalysisAtAStiffness
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalysesAtAStiffness
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearMeshModalAnalysisAtAStiffness : GearMeshModalAnalysisAtAStiffness, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public CylindricalGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGearMesh |
ConnectionLoadCase
Declaration
public CylindricalGearMeshLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
CylindricalGearMeshLoadCase |
Planetaries
Declaration
public ReadOnlyCollection<CylindricalGearMeshModalAnalysisAtAStiffness> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshModalAnalysisAtAStiffness> |
Implements
System.IEquatable<T>