Class RigidlyConnectedDesignEntityGroupForSingleModeModalAnalysis
Inheritance
System.Object
RigidlyConnectedDesignEntityGroupForSingleModeModalAnalysis
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RigidlyConnectedDesignEntityGroupForSingleModeModalAnalysis : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
ComponentResults
Declaration
public ReadOnlyCollection<ComponentPerModeResult> ComponentResults { get; }
Property Value
ModeFrequency
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
Declaration
public double PercentageKineticEnergy { get; }
Property Value
| Type |
Description |
| System.Double |
|
PercentageStrainEnergy
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>
Extension Methods