NX Open C++ Reference Guide
|
Represents a builder class for the event fatigue settings. More...
Public Types | |
enum | RandomFatigueMethodEnum { RandomFatigueMethodEnumNarrowBandMiles, RandomFatigueMethodEnumWideBandDirlik } |
the random method. More... | |
Public Member Functions | |
bool | EventDamage () |
Returns the event damage. | |
bool | EventLife () |
Returns the event life. | |
NXString | Name () |
Returns the name. | |
NXOpen::Expression * | RandomEventDuration () |
Returns the random event duration. | |
NXOpen::CAE::DurabilityRandomFatigueBuilder::RandomFatigueMethodEnum | RandomFatigueMethod () |
Returns the random fatigue method. | |
void | SetEventDamage (bool eventDamage) |
Sets the event damage. | |
void | SetEventLife (bool eventLife) |
Sets the event life. | |
void | SetName (const NXString &title) |
Sets the name. | |
void | SetName (const char *title) |
Sets the name. | |
void | SetRandomFatigueMethod (NXOpen::CAE::DurabilityRandomFatigueBuilder::RandomFatigueMethodEnum numberOfElementsInHysterisisLoop) |
Sets the random fatigue method. | |
![]() | |
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 builder class for the event fatigue settings.
The fatigue settings help the user control the fatigue/durability parameters in the event. <br> To create a new instance of this class, use @link CAE::DurabilityRandomFatigueCollection::CreateRandomfatigueBuilder CAE::DurabilityRandomFatigueCollection::CreateRandomfatigueBuilder @endlink <br>
Created in NX8.5.0.
bool NXOpen::CAE::DurabilityRandomFatigueBuilder::EventDamage | ( | ) |
Returns the event damage.
Created in NX8.5.0.
License requirements : None
bool NXOpen::CAE::DurabilityRandomFatigueBuilder::EventLife | ( | ) |
Returns the event life.
Created in NX8.5.0.
License requirements : None
NXString NXOpen::CAE::DurabilityRandomFatigueBuilder::Name | ( | ) |
Returns the name.
Created in NX8.5.0.
License requirements : None
NXOpen::Expression* NXOpen::CAE::DurabilityRandomFatigueBuilder::RandomEventDuration | ( | ) |
Returns the random event duration.
Created in NX8.5.0.
License requirements : None
NXOpen::CAE::DurabilityRandomFatigueBuilder::RandomFatigueMethodEnum NXOpen::CAE::DurabilityRandomFatigueBuilder::RandomFatigueMethod | ( | ) |
Returns the random fatigue method.
Created in NX8.5.0.
License requirements : None
void NXOpen::CAE::DurabilityRandomFatigueBuilder::SetEventDamage | ( | bool | eventDamage | ) |
Sets the event damage.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
eventDamage | eventdamage |
void NXOpen::CAE::DurabilityRandomFatigueBuilder::SetEventLife | ( | bool | eventLife | ) |
Sets the event life.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
eventLife | eventlife |
void NXOpen::CAE::DurabilityRandomFatigueBuilder::SetName | ( | const NXString & | title | ) |
Sets the name.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
title | title |
void NXOpen::CAE::DurabilityRandomFatigueBuilder::SetName | ( | const char * | title | ) |
Sets the name.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
title | title |
void NXOpen::CAE::DurabilityRandomFatigueBuilder::SetRandomFatigueMethod | ( | NXOpen::CAE::DurabilityRandomFatigueBuilder::RandomFatigueMethodEnum | numberOfElementsInHysterisisLoop | ) |
Sets the random fatigue method.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
numberOfElementsInHysterisisLoop | numberofelementsinhysterisisloop |