Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class ModeForMFModal

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL
Assembly: VMDFBase.dll

This class is to represent the mode for dfmf file.

public class ModeForMFModal

Inheritance

objectModeForMFModal

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

ModeForMFModal()

Initializes a new instance of the class.

public ModeForMFModal()

ModeForMFModal(double)

Initializes a new instance of the class.

public ModeForMFModal(double dEigenvalue)

Parameters

dEigenvalue double

The d eigenvalue.

ModeForMFModal(double, double, bool)

Initializes a new instance of the class.

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

double

Eigenvalue

Gets or sets the eigenvalue.

public double Eigenvalue { get; set; }

Property Value

double

Use

Gets or sets a value indicating whether [use].

public bool Use { get; set; }

Property Value

bool

Methods

GetDFMFInfo(string)

Gets the DFMF information.

public static ModeForMFModal.DFMFUIInfo GetDFMFInfo(string strDFMFFile)

Parameters

strDFMFFile string

The string DFMF file.

Returns

ModeForMFModal.DFMFUIInfo

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

ModeForMFModal[]

GetXMLInformation()

Gets the XML information.

public string GetXMLInformation()

Returns

string

Connect with Ansys