NX Open C++ Reference Guide
|
Represents an excitation on one specified direction. More...
Public Types | |
enum | LoadingType { LoadingTypeVertical, LoadingTypeAthwartship, LoadingTypeForeAndAft } |
Specifies the loading type. More... | |
enum | ResponseType { ResponseTypeElastic, ResponseTypeElasticPlastic } |
Specifies the response type. More... | |
Public Member Functions | |
NXOpen::CAE::ResponseSimulation::Excitation::Component | GetComponentType () |
Returns the component type. | |
bool | GetEnable () |
Returns the enable option. | |
NXOpen::CAE::ResponseSimulation::DDAMComponentData::LoadingType | LoadingTypeOption () |
Returns the option of loading type Created in NX5.0.0. | |
NXOpen::CAE::ResponseSimulation::DDAMComponentData::ResponseType | ResponseTypeOption () |
Returns the option of response type Created in NX5.0.0. | |
void | SetLoadingTypeOption (NXOpen::CAE::ResponseSimulation::DDAMComponentData::LoadingType loadingType) |
Sets the option of loading type Created in NX5.0.0. | |
void | SetResponseTypeOption (NXOpen::CAE::ResponseSimulation::DDAMComponentData::ResponseType responseType) |
Sets the option of response type 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 an excitation on one specified direction.
Created in NX5.0.0.
NXOpen::CAE::ResponseSimulation::Excitation::Component NXOpen::CAE::ResponseSimulation::DDAMComponentData::GetComponentType | ( | ) |
Returns the component type.
bool NXOpen::CAE::ResponseSimulation::DDAMComponentData::GetEnable | ( | ) |
Returns the enable option.
NXOpen::CAE::ResponseSimulation::DDAMComponentData::LoadingType NXOpen::CAE::ResponseSimulation::DDAMComponentData::LoadingTypeOption | ( | ) |
Returns the option of loading type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::DDAMComponentData::ResponseType NXOpen::CAE::ResponseSimulation::DDAMComponentData::ResponseTypeOption | ( | ) |
Returns the option of response type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
void NXOpen::CAE::ResponseSimulation::DDAMComponentData::SetLoadingTypeOption | ( | NXOpen::CAE::ResponseSimulation::DDAMComponentData::LoadingType | loadingType | ) |
Sets the option of loading type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
loadingType | loading type |
void NXOpen::CAE::ResponseSimulation::DDAMComponentData::SetResponseTypeOption | ( | NXOpen::CAE::ResponseSimulation::DDAMComponentData::ResponseType | responseType | ) |
Sets the option of response type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
responseType | response type |