|
NX Open C++ Reference Guide
|
Represents the setting for combination evaluation. More...
Public Types | |
| enum | EvaluationMethod { EvaluationMethodAbs, EvaluationMethodSrss, EvaluationMethodNrl, EvaluationMethodCqc, EvaluationMethodNqcDoubleSum } |
| Specifies the calculation method of combination evaluation. More... | |
| enum | MultipleExcitationCombinationMethod { MultipleExcitationCombinationMethodAbs, MultipleExcitationCombinationMethodSrs } |
| Specifies combination method for multiple excitation combination. More... | |
Public Member Functions | |
| NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::MultipleExcitationCombinationMethod | CombinationMethod () |
| Returns the combination method for multiple excitation combination Created in NX5.0.0. | |
| NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::EvaluationMethod | EvaluationMethodOption () |
| Returns the calculation method Created in NX5.0.0. | |
| double | NeighboringFactor () |
| Returns the neighboring factor. | |
| void | SetCombinationMethod (NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::MultipleExcitationCombinationMethod combinationMethod) |
| Sets the combination method for multiple excitation combination Created in NX5.0.0. | |
| void | SetEvaluationMethodOption (NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::EvaluationMethod method) |
| Sets the calculation method Created in NX5.0.0. | |
| void | SetNeighboringFactor (double neighboringFactor) |
| Sets the neighboring factor. | |
| void | SetTimeDuration (double timeDuration) |
| Sets the time duration in second. | |
| double | TimeDuration () |
| Returns the time duration in second. | |
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 the setting for combination evaluation.
Created in NX5.0.0.
| NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::MultipleExcitationCombinationMethod NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::CombinationMethod | ( | ) |
Returns the combination method for multiple excitation combination
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::EvaluationMethod NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::EvaluationMethodOption | ( | ) |
Returns the calculation method
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| double NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::NeighboringFactor | ( | ) |
Returns the neighboring factor.
Must be specified when calculation method is CAE::ResponseSimulation::CombinationEvaluationOptions::EvaluationMethodNrl
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| void NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::SetCombinationMethod | ( | NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::MultipleExcitationCombinationMethod | combinationMethod | ) |
Sets the combination method for multiple excitation combination
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| combinationMethod | combination method |
| void NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::SetEvaluationMethodOption | ( | NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::EvaluationMethod | method | ) |
Sets the calculation method
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| method | method |
| void NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::SetNeighboringFactor | ( | double | neighboringFactor | ) |
Sets the neighboring factor.
Must be specified when calculation method is CAE::ResponseSimulation::CombinationEvaluationOptions::EvaluationMethodNrl
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| neighboringFactor | neighboring factor |
| void NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::SetTimeDuration | ( | double | timeDuration | ) |
Sets the time duration in second.
Must be specified when calculation method is CAE::ResponseSimulation::CombinationEvaluationOptions::EvaluationMethodNqcDoubleSum
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| timeDuration | time duration |
| double NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions::TimeDuration | ( | ) |
Returns the time duration in second.
Must be specified when calculation method is CAE::ResponseSimulation::CombinationEvaluationOptions::EvaluationMethodNqcDoubleSum
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")