NX Open C++ Reference Guide
|
Represents the builder for evaluating fatigue histories. More...
Public Types | |
enum | FatigueHistoryDataTypeEnum { FatigueHistoryDataTypeEnumAsPerEvent, FatigueHistoryDataTypeEnumStress, FatigueHistoryDataTypeEnumStrain } |
Fatigue history data type: as per event, stress or strain. More... | |
Public Member Functions | |
void | AfuFunction () |
The function is called when the user click the button of Export to AFU Funciton Created in NX8.0.1. | |
void | EditEvent () |
The function is called when the user click the button of Edit Event Attributes Created in NX8.0.1. | |
void | ExportFatigueHistoryToCsv (const NXString &csvFilename) |
Export fatigue history functions to a csv file. | |
void | ExportFatigueHistoryToCsv (const char *csvFilename) |
Export fatigue history functions to a csv file. | |
NXOpen::CAE::DurabilityEvaluateFatigueHistoryBuilder::FatigueHistoryDataTypeEnum | FatigueHistoryDataType () |
Returns the fatigue history enum Created in NX8.0.1. | |
NXString | OutputAfuFileName () |
Returns the output afu file name. | |
void | SetFatigueHistoryDataType (NXOpen::CAE::DurabilityEvaluateFatigueHistoryBuilder::FatigueHistoryDataTypeEnum fatigueHistoryDataType) |
Sets the fatigue history enum Created in NX8.0.1. | |
void | SetOutputAfuFileName (const NXString &filename) |
Sets the output afu file name. | |
void | SetOutputAfuFileName (const char *filename) |
Sets the output afu file 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 the builder for evaluating fatigue histories.
To create a new instance of this class, use CAE::DurabilityManager::CreateDurabilityEvaluateFatigueHistoryBuilder
Default values.
Property | Value |
---|---|
FatigueHistoryDataType |
Stress |
Created in NX8.0.1.
void NXOpen::CAE::DurabilityEvaluateFatigueHistoryBuilder::AfuFunction | ( | ) |
The function is called when the user click the button of Export to AFU Funciton
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
void NXOpen::CAE::DurabilityEvaluateFatigueHistoryBuilder::EditEvent | ( | ) |
The function is called when the user click the button of Edit Event Attributes
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
void NXOpen::CAE::DurabilityEvaluateFatigueHistoryBuilder::ExportFatigueHistoryToCsv | ( | const NXString & | csvFilename | ) |
Export fatigue history functions to a csv file.
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
csvFilename | fatigue history functions will be written-out to this file. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::DurabilityEvaluateFatigueHistoryBuilder::ExportFatigueHistoryToCsv | ( | const char * | csvFilename | ) |
Export fatigue history functions to a csv file.
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
csvFilename | fatigue history functions will be written-out to this file. NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::CAE::DurabilityEvaluateFatigueHistoryBuilder::FatigueHistoryDataTypeEnum NXOpen::CAE::DurabilityEvaluateFatigueHistoryBuilder::FatigueHistoryDataType | ( | ) |
Returns the fatigue history enum
Created in NX8.0.1.
License requirements : None
NXString NXOpen::CAE::DurabilityEvaluateFatigueHistoryBuilder::OutputAfuFileName | ( | ) |
Returns the output afu file name.
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
void NXOpen::CAE::DurabilityEvaluateFatigueHistoryBuilder::SetFatigueHistoryDataType | ( | NXOpen::CAE::DurabilityEvaluateFatigueHistoryBuilder::FatigueHistoryDataTypeEnum | fatigueHistoryDataType | ) |
Sets the fatigue history enum
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
fatigueHistoryDataType | fatiguehistorydatatype |
void NXOpen::CAE::DurabilityEvaluateFatigueHistoryBuilder::SetOutputAfuFileName | ( | const NXString & | filename | ) |
Sets the output afu file name.
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
filename | filename |
void NXOpen::CAE::DurabilityEvaluateFatigueHistoryBuilder::SetOutputAfuFileName | ( | const char * | filename | ) |
Sets the output afu file name.
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
filename | filename |