Class RSEventSolverParameters
Inheritance
System.Object
System.MarshalByRefObject
RSEventSolverParameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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 RSEventSolverParameters : TaggedObject, IMessageSink
Constructors
RSEventSolverParameters()
Declaration
protected RSEventSolverParameters()
Properties
DdamCoefficientA
Declaration
public double DdamCoefficientA { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DdamCoefficientV
Declaration
public double DdamCoefficientV { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetDdamCoefficient(RSEventSolverParameters.DdamCoefficientType)
Declaration
public double GetDdamCoefficient(RSEventSolverParameters.DdamCoefficientType coefficientType)
Parameters
Type | Name | Description |
---|---|---|
RSEventSolverParameters.DdamCoefficientType | coefficientType |
Returns
Type | Description |
---|---|
System.Double |
SetDdamCoefficient(RSEventSolverParameters.DdamCoefficientType, Double)
Declaration
public void SetDdamCoefficient(RSEventSolverParameters.DdamCoefficientType coefficientType, double coefficient)
Parameters
Type | Name | Description |
---|---|---|
RSEventSolverParameters.DdamCoefficientType | coefficientType | |
System.Double | coefficient |
Implements
System.Runtime.Remoting.Messaging.IMessageSink