NX Open C++ Reference Guide
|
Represents the manager to CAE::ResponseSimulation::DistributedLoadExcitation . More...
Public Member Functions | |
NXOpen::SelectObject * | ExcitationLocation () |
Returns the excitation location on which the excitation will be applied. | |
int | ExcitationLocationId () |
Returns the ID of excitation location on which the excitation will be applied. | |
NXOpen::CAE::ResponseSimulation::ExcitationBuilder::ExcitationLocationType | ExcitationLocationType () |
Returns the type of excitaion location Created in NX5.0.0. | |
void | SetExcitationLocationId (int excitaitonLocationId) |
Sets the ID of excitation location on which the excitation will be applied. | |
void | SetExcitationLocationType (NXOpen::CAE::ResponseSimulation::ExcitationBuilder::ExcitationLocationType excitationLocationType) |
Sets the type of excitaion location 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 the manager to CAE::ResponseSimulation::DistributedLoadExcitation .
The object of type @link CAE::ResponseSimulation::DistributedLoadExcitation CAE::ResponseSimulation::DistributedLoadExcitation@endlink can only be created or edited through this class.
Created in NX5.0.0.
NXOpen::SelectObject* NXOpen::CAE::ResponseSimulation::ExcitationLocationDefinition::ExcitationLocation | ( | ) |
Returns the excitation location on which the excitation will be applied.
The excitation location type could be force location, enforced motion location or dynamic load defined in response dynamic solution
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
int NXOpen::CAE::ResponseSimulation::ExcitationLocationDefinition::ExcitationLocationId | ( | ) |
Returns the ID of excitation location on which the excitation will be applied.
The excitation location ID could be node label or load set label
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::ExcitationBuilder::ExcitationLocationType NXOpen::CAE::ResponseSimulation::ExcitationLocationDefinition::ExcitationLocationType | ( | ) |
Returns the type of excitaion location
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
void NXOpen::CAE::ResponseSimulation::ExcitationLocationDefinition::SetExcitationLocationId | ( | int | excitaitonLocationId | ) |
Sets the ID of excitation location on which the excitation will be applied.
The excitation location ID could be node label or load set label
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
excitaitonLocationId | excitaitonlocationid |
void NXOpen::CAE::ResponseSimulation::ExcitationLocationDefinition::SetExcitationLocationType | ( | NXOpen::CAE::ResponseSimulation::ExcitationBuilder::ExcitationLocationType | excitationLocationType | ) |
Sets the type of excitaion location
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
excitationLocationType | excitationlocationtype |