NX Open C++ Reference Guide
|
Represents a CAE::DurabilityFunctionExcitation builder. More...
Public Member Functions | |
NXOpen::TaggedObject * | Function () |
Returns the function. | |
int | Iteration () |
Returns the iteration. | |
int | Loadcase () |
Returns the load case. | |
double | Offset () |
Returns the offset. | |
double | Scale () |
Returns the scale. | |
void | SetFunction (NXOpen::TaggedObject *functionTag) |
Sets the function. | |
void | SetIteration (int iteration) |
Sets the iteration. | |
void | SetLoadcase (int loadcase) |
Sets the load case. | |
void | SetOffset (double offset) |
Sets the offset. | |
void | SetScale (double scale) |
Sets the scale. | |
![]() | |
NXString | ExcitationName () |
Returns the excitation name. | |
void | SetExcitationName (const NXString &title) |
Sets the excitation name. | |
void | SetExcitationName (const char *title) |
Sets the excitation name. | |
![]() | |
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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAE::DurabilityFunctionExcitation builder.
There is no kf creator for this.
Created in NX8.5.0.
NXOpen::TaggedObject* NXOpen::CAE::DurabilityFunctionExcitationBuilder::Function | ( | ) |
Returns the function.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
int NXOpen::CAE::DurabilityFunctionExcitationBuilder::Iteration | ( | ) |
Returns the iteration.
Created in NX9.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
int NXOpen::CAE::DurabilityFunctionExcitationBuilder::Loadcase | ( | ) |
Returns the load case.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
double NXOpen::CAE::DurabilityFunctionExcitationBuilder::Offset | ( | ) |
Returns the offset.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
double NXOpen::CAE::DurabilityFunctionExcitationBuilder::Scale | ( | ) |
Returns the scale.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
void NXOpen::CAE::DurabilityFunctionExcitationBuilder::SetFunction | ( | NXOpen::TaggedObject * | functionTag | ) |
Sets the function.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
functionTag | functiontag |
void NXOpen::CAE::DurabilityFunctionExcitationBuilder::SetIteration | ( | int | iteration | ) |
Sets the iteration.
Created in NX9.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
iteration | iteration |
void NXOpen::CAE::DurabilityFunctionExcitationBuilder::SetLoadcase | ( | int | loadcase | ) |
Sets the load case.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
loadcase | loadcase |
void NXOpen::CAE::DurabilityFunctionExcitationBuilder::SetOffset | ( | double | offset | ) |
Sets the offset.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
offset | offset |
void NXOpen::CAE::DurabilityFunctionExcitationBuilder::SetScale | ( | double | scale | ) |
Sets the scale.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
scale | scale |