|
NX Open C++ Reference Guide
|
Represents the manager to CAE::ResponseSimulation::CSDExcitation . More...
Public Member Functions | |
| NXOpen::CAE::ResponseSimulation::CSDExcitation::CorrelationType | CorrelationType () |
| Returns the correlation type Created in NX5.0.0. | |
| double | CorrelationValue () |
| Returns the correlation type Created in NX5.0.0. | |
| NXOpen::CAE::ResponseSimulation::Excitation * | GetFromFunction (NXOpen::CAE::ResponseSimulation::Excitation::Component *componentType) |
| Returns the from function. | |
| NXOpen::CAE::ResponseSimulation::Excitation * | GetToFunction (NXOpen::CAE::ResponseSimulation::Excitation::Component *componentType) |
| Returns the to function. | |
| void | SetCorrelationType (NXOpen::CAE::ResponseSimulation::CSDExcitation::CorrelationType type) |
| Sets the correlation type Created in NX5.0.0. | |
| void | SetCorrelationValue (double correlationValue) |
| Sets the correlation type Created in NX5.0.0. | |
| void | SetFromFunction (NXOpen::CAE::ResponseSimulation::Excitation *fromExcitation, NXOpen::CAE::ResponseSimulation::Excitation::Component componentType) |
| Sets the from function Created in NX5.0.0. | |
| void | SetToFunction (NXOpen::CAE::ResponseSimulation::Excitation *toExcitation, NXOpen::CAE::ResponseSimulation::Excitation::Component componentType) |
| Sets the to function Created in NX5.0.0. | |
Public Member Functions inherited from NXOpen::CAE::ResponseSimulation::ExcitationBuilder | |
| 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. | |
Public Member Functions inherited from NXOpen::CAE::ResponseSimulation::BaseBuilder | |
| NXOpen::CAE::ResponseSimulation::ObjectLabel * | ObjectLabel () |
| Returns the object label Created in NX5.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Additional Inherited Members | |
Public Types inherited from NXOpen::CAE::ResponseSimulation::ExcitationBuilder | |
| enum | ExcitationLocationType { ExcitationLocationTypeStaticLoad = -2, ExcitationLocationTypeDistributedLoad, ExcitationLocationTypeNodalForce, ExcitationLocationTypeEnforcedMotion } |
| the type of excitation location More... | |
Represents the manager to CAE::ResponseSimulation::CSDExcitation .
The object of type @link CAE::ResponseSimulation::CSDExcitation CAE::ResponseSimulation::CSDExcitation@endlink can only be created or edited through this class. <br> To create a new instance of this class, use @link CAE::ResponseSimulation::ExcitationCollection::CreateCsdExcitationBuilder CAE::ResponseSimulation::ExcitationCollection::CreateCsdExcitationBuilder @endlink <br>
Created in NX5.0.0.
| 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")
| double NXOpen::CAE::ResponseSimulation::CSDExcitationBuilder::CorrelationValue | ( | ) |
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 |
| void NXOpen::CAE::ResponseSimulation::CSDExcitationBuilder::SetToFunction | ( | NXOpen::CAE::ResponseSimulation::Excitation * | toExcitation, |
| NXOpen::CAE::ResponseSimulation::Excitation::Component | componentType | ||
| ) |
Sets the to function
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| toExcitation | toexcitation |
| componentType | componenttype |