Class RigidlyConnectedDesignEntityGroupForSingleModeModalAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RigidlyConnectedDesignEntityGroupForSingleModeModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses.Reporting
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RigidlyConnectedDesignEntityGroupForSingleModeModalAnalysis : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ComponentResults
Declaration
public ReadOnlyCollection<ComponentPerModeResult> ComponentResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ComponentPerModeResult> |
ModeFrequency
Measurement: Frequency
Declaration
public double ModeFrequency { get; }
Property Value
Type | Description |
---|---|
System.Double |
ModeID
Declaration
public int ModeID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
PercentageKineticEnergy
Measurement: Percentage
Declaration
public double PercentageKineticEnergy { get; }
Property Value
Type | Description |
---|---|
System.Double |
PercentageStrainEnergy
Measurement: Percentage
Declaration
public double PercentageStrainEnergy { get; }
Property Value
Type | Description |
---|---|
System.Double |
ShaftNames
Declaration
public string ShaftNames { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>