NX Open C++ Reference Guide
|
Represents the abstract excitation builder class. More...
Public Types | |
enum | ExcitationLocationType { ExcitationLocationTypeStaticLoad = -2, ExcitationLocationTypeDistributedLoad, ExcitationLocationTypeNodalForce, ExcitationLocationTypeEnforcedMotion } |
the type of excitation location More... | |
Public Member Functions | |
NXOpen::CAE::ResponseSimulation::RSEvent * | DynamicEvent () |
Returns the parent dynamic event object Created in NX5.0.0. | |
NXOpen::CAE::ResponseSimulation::ExcitationLocationDefinition * | ExcitationLocationDefinition () |
Returns the excitation location definition Created in NX5.0.0. |
Represents the abstract excitation builder class.
Any of real excitation builder must inherit from this class.
This is an abstract class, and cannot be created.
NXOpen::CAE::ResponseSimulation::RSEvent* NXOpen::CAE::ResponseSimulation::ExcitationBuilder::DynamicEvent | ( | ) |
Returns the parent dynamic event object
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::ExcitationLocationDefinition* NXOpen::CAE::ResponseSimulation::ExcitationBuilder::ExcitationLocationDefinition | ( | ) |
Returns the excitation location definition
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")