Class ModeForMFModal
Last update: 16.07.2025Namespace: VM.Managed.DAFUL
Assembly: VMDFBase.dll
This class is to represent the mode for dfmf file.
public class ModeForMFModal
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ModeForMFModal()
Initializes a new instance of the
public ModeForMFModal()
ModeForMFModal(double)
Initializes a new instance of the
public ModeForMFModal(double dEigenvalue)
Parameters
dEigenvalue double
The d eigenvalue.
ModeForMFModal(double, double, bool)
Initializes a new instance of the
public ModeForMFModal(double dEigenvalue, double dDamping, bool bUse)
Parameters
dEigenvalue double
The d eigenvalue.
dDamping double
The d damping.
bUse bool
if set to true [b use].
Properties
Damping
Gets or sets the damping.
public double Damping { get; set; }
Property Value
Eigenvalue
Gets or sets the eigenvalue.
public double Eigenvalue { get; set; }
Property Value
Use
Gets or sets a value indicating whether [use].
public bool Use { get; set; }
Property Value
Methods
GetDFMFInfo(string)
Gets the DFMF information.
public static ModeForMFModal.DFMFUIInfo GetDFMFInfo(string strDFMFFile)
Parameters
strDFMFFile string
The string DFMF file.
Returns
GetMassPropFromDFMFFile(string)
Gets the mass property from DFMF file.
public static double[] GetMassPropFromDFMFFile(string strDFMFFile)
Parameters
strDFMFFile string
The string DFMF file.
Returns
double[]
GetModesFromDFMFFile(string)
Gets the modes from DFMF file.
public static ModeForMFModal[] GetModesFromDFMFFile(string strDFMFFile)
Parameters
strDFMFFile string
The string DFMF file.
Returns
GetXMLInformation()
Gets the XML information.
public string GetXMLInformation()