NX Open C++ Reference Guide
|
Represents the manager to CAE::ResponseSimulation::CSDExcitation . More...
Represents the manager to CAE::ResponseSimulation::CSDExcitation .
The object of type CAE::ResponseSimulation::CSDExcitation can only be created or edited through this class.
To create a new instance of this class, use CAE::ResponseSimulation::ExcitationCollection::CreateCsdExcitationBuilder
NXOpen::CAE::ResponseSimulation::CSDExcitation::CorrelationType NXOpen::CAE::ResponseSimulation::CSDExcitationBuilder::CorrelationType | ( | ) |
Returns the correlation type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
Returns the correlation type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::Excitation* NXOpen::CAE::ResponseSimulation::CSDExcitationBuilder::GetFromFunction | ( | NXOpen::CAE::ResponseSimulation::Excitation::Component * | componentType | ) |
Returns the from function.
componentType | componenttype |
NXOpen::CAE::ResponseSimulation::Excitation* NXOpen::CAE::ResponseSimulation::CSDExcitationBuilder::GetToFunction | ( | NXOpen::CAE::ResponseSimulation::Excitation::Component * | componentType | ) |
Returns the to function.
componentType | componenttype |
void NXOpen::CAE::ResponseSimulation::CSDExcitationBuilder::SetCorrelationType | ( | NXOpen::CAE::ResponseSimulation::CSDExcitation::CorrelationType | type | ) |
Sets the correlation type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
type | type |
void NXOpen::CAE::ResponseSimulation::CSDExcitationBuilder::SetCorrelationValue | ( | double | correlationValue | ) |
Sets the correlation type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
correlationValue | correlationvalue |
void NXOpen::CAE::ResponseSimulation::CSDExcitationBuilder::SetFromFunction | ( | NXOpen::CAE::ResponseSimulation::Excitation * | fromExcitation, |
NXOpen::CAE::ResponseSimulation::Excitation::Component | componentType | ||
) |
Sets the from function
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
fromExcitation | fromexcitation |
componentType | componenttype |
Sets the to function
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
toExcitation | toexcitation |
componentType | componenttype |