Class RSEventSolverParameters
Inheritance
RSEventSolverParameters
Assembly: NXOpen.dll
Syntax
public class RSEventSolverParameters : TaggedObject, IMessageSink
Constructors
RSEventSolverParameters()
Declaration
protected RSEventSolverParameters()
Properties
DdamCoefficientA
Declaration
public double DdamCoefficientA { get; set; }
Property Value
DdamCoefficientV
Declaration
public double DdamCoefficientV { get; set; }
Property Value
Methods
GetDdamCoefficient(DdamCoefficientType)
Declaration
public double GetDdamCoefficient(RSEventSolverParameters.DdamCoefficientType coefficientType)
Parameters
Returns
SetDdamCoefficient(DdamCoefficientType, double)
Declaration
public void SetDdamCoefficient(RSEventSolverParameters.DdamCoefficientType coefficientType, double coefficient)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink