NX Open C++ Reference Guide
|
Represents a function component setting of CAE::ResponseSimulation::NodalFunctionExcitation on one direction
Created in NX5.0.0.
More...
Public Member Functions | |
bool | Enable () |
Returns the option to enable the function component to be used while evaluating Created in NX5.0.0. | |
NXOpen::CAE::Function * | Function () |
Returns the function to be applied Created in NX5.0.0. | |
NXOpen::CAE::ResponseSimulation::Excitation::Component | GetComponentType () |
Returns the component type. | |
double | PhaseAngle () |
Returns the phase angle. | |
double | ScalarFactor () |
Returns the scalar factor Created in NX5.0.0. | |
void | SetEnable (bool enableOption) |
Sets the option to enable the function component to be used while evaluating Created in NX5.0.0. | |
void | SetFunction (NXOpen::CAE::Function *excitationFunction) |
Sets the function to be applied Created in NX5.0.0. | |
void | SetPhaseAngle (double phaseAngle) |
Sets the phase angle. | |
void | SetScalarFactor (double scalarFactor) |
Sets the scalar factor Created in NX5.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a function component setting of CAE::ResponseSimulation::NodalFunctionExcitation on one direction
Created in NX5.0.0.
bool NXOpen::CAE::ResponseSimulation::FunctionComponentData::Enable | ( | ) |
Returns the option to enable the function component to be used while evaluating
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::Function* NXOpen::CAE::ResponseSimulation::FunctionComponentData::Function | ( | ) |
Returns the function to be applied
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::Excitation::Component NXOpen::CAE::ResponseSimulation::FunctionComponentData::GetComponentType | ( | ) |
Returns the component type.
double NXOpen::CAE::ResponseSimulation::FunctionComponentData::PhaseAngle | ( | ) |
Returns the phase angle.
Only available when the onwer event is CAE::ResponseSimulation::RSEvent::TypeTransient
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
double NXOpen::CAE::ResponseSimulation::FunctionComponentData::ScalarFactor | ( | ) |
Returns the scalar factor
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
void NXOpen::CAE::ResponseSimulation::FunctionComponentData::SetEnable | ( | bool | enableOption | ) |
Sets the option to enable the function component to be used while evaluating
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
enableOption | enable option |
void NXOpen::CAE::ResponseSimulation::FunctionComponentData::SetFunction | ( | NXOpen::CAE::Function * | excitationFunction | ) |
Sets the function to be applied
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
excitationFunction | excitation function |
void NXOpen::CAE::ResponseSimulation::FunctionComponentData::SetPhaseAngle | ( | double | phaseAngle | ) |
Sets the phase angle.
Only available when the onwer event is CAE::ResponseSimulation::RSEvent::TypeTransient
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
phaseAngle | phase angle |
void NXOpen::CAE::ResponseSimulation::FunctionComponentData::SetScalarFactor | ( | double | scalarFactor | ) |
Sets the scalar factor
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
scalarFactor | scalar factor |