Class CylindricalGearMeshModalAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearMeshModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearMeshModalAnalysis : GearMeshModalAnalysis, 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<CylindricalGearMeshModalAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshModalAnalysis> |
SystemDeflectionResults
Declaration
public CylindricalGearMeshSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
CylindricalGearMeshSystemDeflection |
Implements
System.IEquatable<T>