NX Open C++ Reference Guide
|
Represents a CAE::DurabilityEvent , which is an event of a durability solution process. More...
Public Member Functions | |
bool | ActivityStatus () |
Returns the activity status of the event. | |
void | Rename (const NXString &name) |
Rename the event. | |
void | SetActivityStatus (bool activityStatus) |
Sets the activity status of the event. |
Represents a CAE::DurabilityEvent , which is an event of a durability solution process.
The purpose of an event is to capture loading and durability parameters and solve for fatigue and strength results.
Created in NX7.5.0.
Returns the activity status of the event.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
void NXOpen::CAE::DurabilityEvent::Rename | ( | const NXString & | name | ) |
Rename the event.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
name | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::DurabilityEvent::SetActivityStatus | ( | bool | activityStatus | ) |
Sets the activity status of the event.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
activityStatus | activity status |