Class AbstractAssemblyModalAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractAssemblyModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class AbstractAssemblyModalAnalysis : PartModalAnalysis, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public AbstractAssembly AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
AbstractAssembly |
GearMeshes
Declaration
public ReadOnlyCollection<GearMeshModalAnalysis> GearMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearMeshModalAnalysis> |
RigidlyConnectedGroups
Contains one part from each group of rigidly connected components in the gear box.
Declaration
public ReadOnlyCollection<ComponentModalAnalysis> RigidlyConnectedGroups { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ComponentModalAnalysis> |
SystemDeflectionResults
Declaration
public AbstractAssemblySystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
AbstractAssemblySystemDeflection |
Implements
System.IEquatable<T>