Class ModalCMSResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ModalCMSResults
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.ComponentModeSynthesis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ModalCMSResults : RealCMSResults, IEquatable<APIBase>
Properties
CalculateResults
Declaration
public bool CalculateResults { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Frequency
Measurement: Frequency
Declaration
public double Frequency { get; }
Property Value
Type | Description |
---|---|
System.Double |
ModeID
Measurement: Index
Declaration
public int ModeID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
CalculateStrainAndKineticEnergy()
Declaration
public void CalculateStrainAndKineticEnergy()
Implements
System.IEquatable<T>