|
NX Open C++ Reference Guide
|
Represents an DDAM excitation. More...
Additional Inherited Members | |
Public Types inherited from NXOpen::CAE::ResponseSimulation::DDAMExcitation | |
| enum | CoefficientDefinitionType { CoefficientDefinitionTypeByFile, CoefficientDefinitionTypeInputManually } |
| the choices of define DDAM coefficients. More... | |
| enum | LoadingType { LoadingTypeVertical, LoadingTypeAthwartship, LoadingTypeForeAndAft } |
| Specifies the loading type. More... | |
| enum | MountingType { MountingTypeHull, MountingTypeDuck, MountingTypeShellPlating } |
| Specifies the mounting type. More... | |
| enum | ResponseType { ResponseTypeElastic, ResponseTypeElasticPlastic } |
| Specifies the response type. More... | |
| enum | ShipType { ShipTypeSurface, ShipTypeSubmarine } |
| Specifies the ship type. More... | |
Public Member Functions inherited from NXOpen::CAE::ResponseSimulation::Excitation | |
| void | Destroy () |
| Deletes a response simulation excitation Created in NX5.0.0. | |
| NXString | ExcitationName () |
| Returns the excitation name Created in NX5.0.0. | |
| void | SetExcitationName (const NXString &excitationName) |
| Sets the excitation name Created in NX5.0.0. | |
| void | SetExcitationName (const char *excitationName) |
| Sets the excitation name Created in NX5.0.0. | |
Represents an DDAM excitation.
DDAM excitation could only be used by DDAM event.
To create or edit an instance of this class, use CAE::ResponseSimulation::TranslationalDDAMExcitationBuilder
Created in NX5.0.0.