NX Open C++ Reference Guide
|
Represents a CAE::DurabilityResultPath builder. More...
Public Member Functions | |
void | AddIteration (int iteration) |
Adds an iteration. | |
void | AddLoadcase (int loadcase) |
Adds a loadcase. | |
void | MoveLoadcaseDown (int index) |
Moves a loadcase down by index. | |
void | MoveLoadcaseUp (int index) |
Moves a loadcase up by index. | |
void | RemoveLoadcase (int index) |
Removes a loadcase by index. | |
void | SetScale (int index, double scale) |
Sets the scale for a loadcase by index. | |
![]() | |
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::DurabilityResultPath builder.
There is no kf creator for this.
Created in NX8.0.0.
void NXOpen::CAE::DurabilityResultPathBuilder::AddIteration | ( | int | iteration | ) |
Adds an iteration.
Created in NX9.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
iteration | iteration |
void NXOpen::CAE::DurabilityResultPathBuilder::AddLoadcase | ( | int | loadcase | ) |
Adds a loadcase.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
loadcase | loadcase |
void NXOpen::CAE::DurabilityResultPathBuilder::MoveLoadcaseDown | ( | int | index | ) |
Moves a loadcase down by index.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
index | index |
void NXOpen::CAE::DurabilityResultPathBuilder::MoveLoadcaseUp | ( | int | index | ) |
Moves a loadcase up by index.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
index | index |
void NXOpen::CAE::DurabilityResultPathBuilder::RemoveLoadcase | ( | int | index | ) |
Removes a loadcase by index.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
index | index |
void NXOpen::CAE::DurabilityResultPathBuilder::SetScale | ( | int | index, |
double | scale | ||
) |
Sets the scale for a loadcase by index.
Created in NX8.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
index | index |
scale | scale |