Class ModalProperties
Inheritance
System.Object
System.MarshalByRefObject
ModalProperties
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.ResponseSimulation
Assembly: NXOpen.dll
Syntax
public class ModalProperties : NXObject, IMessageSink, INXObject
Constructors
ModalProperties()
Declaration
protected ModalProperties()
Methods
Activate(Boolean)
Declaration
public void Activate(bool activate)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | activate |
GetAttachmentModeCount()
Declaration
public int GetAttachmentModeCount()
Returns
Type | Description |
---|---|
System.Int32 |
GetConstrainModeCount()
Declaration
public int GetConstrainModeCount()
Returns
Type | Description |
---|---|
System.Int32 |
GetNormalModeById(Int32)
Declaration
public NormalMode GetNormalModeById(int modeId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | modeId |
Returns
Type | Description |
---|---|
NormalMode |
GetNormalModeCount()
Declaration
public int GetNormalModeCount()
Returns
Type | Description |
---|---|
System.Int32 |
GetNormalModes()
Declaration
public NormalMode[] GetNormalModes()
Returns
Type | Description |
---|---|
NormalMode[] |
GetPhysicalDampingSettings()
Declaration
public PhysicalDampingSettings GetPhysicalDampingSettings()
Returns
Type | Description |
---|---|
PhysicalDampingSettings |
SetDampingFactors(Double, Double)
Declaration
public void SetDampingFactors(double viscousDamping, double hystereticDamping)
Parameters
Type | Name | Description |
---|---|---|
System.Double | viscousDamping | |
System.Double | hystereticDamping |
SetRayleighDamping(Double, Double)
Declaration
public void SetRayleighDamping(double alphaFactor, double beltaFactor)
Parameters
Type | Name | Description |
---|---|---|
System.Double | alphaFactor | |
System.Double | beltaFactor |
Implements
System.Runtime.Remoting.Messaging.IMessageSink