Class ModeSet
Inheritance
System.Object
System.MarshalByRefObject
ModeSet
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class ModeSet : AlternateFemRepresentationSource, IMessageSink, IPostScenarioDataSource
Constructors
ModeSet()
Declaration
protected ModeSet()
Methods
GetModeByIndex(Int32, out Int32, out Boolean, out Double, out Double, out Double, out Double, out String)
Declaration
public 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)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | |
| System.Int32 | label | |
| System.Boolean | status | |
| System.Double | undampedFrequency | |
| System.Double | dampingRatio | |
| System.Double | modalMassReal | |
| System.Double | modalMassImg | |
| System.String | annotation |
GetNumberOfModes()
Declaration
public int GetNumberOfModes()
Returns
| Type | Description |
|---|---|
| System.Int32 |
SetModeAnnotation(Int32, String)
Declaration
public void SetModeAnnotation(int index, string annotation)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | |
| System.String | annotation |
SetModeDampingRatio(Int32, Double)
Declaration
public void SetModeDampingRatio(int index, double dampingRatio)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | |
| System.Double | dampingRatio |
SetModeModalMass(Int32, Double, Double)
Declaration
public void SetModeModalMass(int index, double modalMassReal, double modalMassImg)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | |
| System.Double | modalMassReal | |
| System.Double | modalMassImg |
SetModeStatus(Int32, Boolean)
Declaration
public void SetModeStatus(int index, bool status)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | |
| System.Boolean | status |
SetModeUndampedFrequency(Int32, Double)
Declaration
public void SetModeUndampedFrequency(int index, double undampedFrequency)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | |
| System.Double | undampedFrequency |
Implements
System.Runtime.Remoting.Messaging.IMessageSink