Class ComponentPerModeResult
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ComponentPerModeResult
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 ComponentPerModeResult : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
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 |
PercentageKineticEnergy
Measurement: Percentage
Declaration
public double PercentageKineticEnergy { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PercentageStrainEnergy
Measurement: Percentage
Declaration
public double PercentageStrainEnergy { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>