Class ComponentPerModeResult
Inheritance
System.Object
ComponentPerModeResult
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ComponentPerModeResult : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
ModeFrequency
Declaration
public double ModeFrequency { get; }
Property Value
| Type |
Description |
| System.Double |
|
ModeID
Declaration
public int ModeID { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
PercentageKineticEnergy
Declaration
public double PercentageKineticEnergy { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PercentageStrainEnergy
Declaration
public double PercentageStrainEnergy { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods