|
NX Open C++ Reference Guide
|
Represents a response analysis event
Created in NX5.0.0.
More...
Public Types | |
| enum | DdamCoefficientType { DdamCoefficientTypeAf, DdamCoefficientTypeVf, DdamCoefficientTypeAa, DdamCoefficientTypeAb, DdamCoefficientTypeAc, DdamCoefficientTypeAd, DdamCoefficientTypeVa, DdamCoefficientTypeVb, DdamCoefficientTypeVc } |
| Represents DDAM coefficient type. More... | |
Public Member Functions | |
| double | DdamCoefficientA () |
| Returns the DDAM A coefficient Created in NX5.0.0. | |
| double | DdamCoefficientV () |
| Returns the DDAM V coefficient Created in NX5.0.0. | |
| double | GetDdamCoefficient (NXOpen::CAE::ResponseSimulation::RSEventSolverParameters::DdamCoefficientType coefficientType) |
| Returns DDAM coefficient value of the specified type. | |
| void | SetDdamCoefficient (NXOpen::CAE::ResponseSimulation::RSEventSolverParameters::DdamCoefficientType coefficientType, double coefficient) |
| Sets the DDAM coefficient value of the specified type Created in NX7.5.2. | |
| void | SetDdamCoefficientA (double coefficientA) |
| Sets the DDAM A coefficient Created in NX5.0.0. | |
| void | SetDdamCoefficientV (double coefficientV) |
| Sets the DDAM V coefficient Created in NX5.0.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a response analysis event
Created in NX5.0.0.
| double NXOpen::CAE::ResponseSimulation::RSEventSolverParameters::DdamCoefficientA | ( | ) |
Returns the DDAM A coefficient
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| double NXOpen::CAE::ResponseSimulation::RSEventSolverParameters::DdamCoefficientV | ( | ) |
Returns the DDAM V coefficient
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| double NXOpen::CAE::ResponseSimulation::RSEventSolverParameters::GetDdamCoefficient | ( | NXOpen::CAE::ResponseSimulation::RSEventSolverParameters::DdamCoefficientType | coefficientType | ) |
Returns DDAM coefficient value of the specified type.
| coefficientType | coefficienttype |
| void NXOpen::CAE::ResponseSimulation::RSEventSolverParameters::SetDdamCoefficient | ( | NXOpen::CAE::ResponseSimulation::RSEventSolverParameters::DdamCoefficientType | coefficientType, |
| double | coefficient | ||
| ) |
Sets the DDAM coefficient value of the specified type
Created in NX7.5.2.
License requirements : nx_response_anlys ("NX Response Analysis")
| coefficientType | coefficienttype |
| coefficient | coefficient |
| void NXOpen::CAE::ResponseSimulation::RSEventSolverParameters::SetDdamCoefficientA | ( | double | coefficientA | ) |
Sets the DDAM A coefficient
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| coefficientA | coefficienta |
| void NXOpen::CAE::ResponseSimulation::RSEventSolverParameters::SetDdamCoefficientV | ( | double | coefficientV | ) |
Sets the DDAM V coefficient
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| coefficientV | coefficientv |