NXOpen .NET Reference  12.0.0
Public Member Functions | List of all members
NXOpen.CAE.ModeSet Class Reference

This is the class representing a Mode set. More...

Inheritance diagram for NXOpen.CAE.ModeSet:
NXOpen.CAE.AlternateFemRepresentationSource NXOpen.CAE.IPostScenarioDataSource

Public Member Functions

unsafe int GetNumberOfModes ()
 Get the number of modes. More...
 
unsafe void GetModeByIndex (int index, out int label, out bool status, out double undampedFrequency, out double dampingRatio, out double modalMassReal, out double modalMassImg, out string annotation)
 Get the data of a mode. More...
 
unsafe void SetModeStatus (int index, bool status)
 Modify the status of a mode. More...
 
unsafe void SetModeUndampedFrequency (int index, double undampedFrequency)
 Modify the undamped frequency of a mode. More...
 
unsafe void SetModeDampingRatio (int index, double dampingRatio)
 Modify the damping ratio of a mode. More...
 
unsafe void SetModeModalMass (int index, double modalMassReal, double modalMassImg)
 Modify the modal mass of a mode. More...
 
unsafe void SetModeAnnotation (int index, string annotation)
 Modify the annotation of a mode. More...
 
- Public Member Functions inherited from NXOpen.CAE.AlternateFemRepresentationSource
unsafe void Rename (string name)
 Set the name of the Alternate Fem Representation Source More...
 
unsafe void ForceUpdate ()
 Force update of the Alternate Fem Representation Source More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.CAE.AlternateFemRepresentationSource
enum  CreateMeshMode { AllElements, DataElements, VisualizationElements }
 Create mesh options More...
 

Detailed Description

This is the class representing a Mode set.

Not support KF.

Created in NX12.0.0

Member Function Documentation

unsafe void NXOpen.CAE.ModeSet.GetModeByIndex ( int  index,
out int  label,
out bool  status,
out double  undampedFrequency,
out double  dampingRatio,
out double  modalMassReal,
out double  modalMassImg,
out string  annotation 
)

Get the data of a mode.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
indexthe index of the mode
labelthe label of the mode
statusthe status of the mode
undampedFrequencythe undamped frequency of the mode
dampingRatiothe damping ratio of the mode
modalMassRealthe real part of the modal mass of the mode
modalMassImgthe imaginary part of the modal mass of the mode
annotationthe annotation of the mode
unsafe int NXOpen.CAE.ModeSet.GetNumberOfModes ( )

Get the number of modes.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Returns
The number of modes.
unsafe void NXOpen.CAE.ModeSet.SetModeAnnotation ( int  index,
string  annotation 
)

Modify the annotation of a mode.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
indexthe index of the mode
annotationthe annotation of the mode
unsafe void NXOpen.CAE.ModeSet.SetModeDampingRatio ( int  index,
double  dampingRatio 
)

Modify the damping ratio of a mode.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
indexthe index of the mode
dampingRatiothe damping ratio of the mode
unsafe void NXOpen.CAE.ModeSet.SetModeModalMass ( int  index,
double  modalMassReal,
double  modalMassImg 
)

Modify the modal mass of a mode.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
indexthe index of the mode
modalMassRealthe real part of the modal mass of the mode
modalMassImgthe imaginary part of the modal mass of the mode
unsafe void NXOpen.CAE.ModeSet.SetModeStatus ( int  index,
bool  status 
)

Modify the status of a mode.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
indexthe index of the mode
statusthe status of the mode
unsafe void NXOpen.CAE.ModeSet.SetModeUndampedFrequency ( int  index,
double  undampedFrequency 
)

Modify the undamped frequency of a mode.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
indexthe index of the mode
undampedFrequencythe undamped frequency of the mode

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.