NX Open C++ Reference Guide
|
Represents the builder for reporting the durability results. More...
Public Types | |
enum | UseEventsEnum { UseEventsEnumActive, UseEventsEnumAll } |
the event report options enum. More... | |
Public Member Functions | |
bool | EventDamage () |
Returns the event damage toggle Created in NX8.0.1. | |
bool | EventLife () |
Returns the event life toggle Created in NX8.0.1. | |
void | ExportResultsToCsv (const NXString &csvFilename) |
Export durability results to a csv file. | |
bool | FailureIndex () |
Returns the failure index toggle Created in NX8.0.1. | |
bool | FatigueSafetyFactor () |
Returns the fatigue safety factor toggle Created in NX8.0.1. | |
bool | MarginSafety () |
Returns the margin safety toggle Created in NX8.0.1. | |
void | SetEventDamage (bool eventDamage) |
Sets the event damage toggle Created in NX8.0.1. | |
void | SetEventLife (bool eventLife) |
Sets the event life toggle Created in NX8.0.1. | |
void | SetFailureIndex (bool failureIndex) |
Sets the failure index toggle Created in NX8.0.1. | |
void | SetFatigueSafetyFactor (bool fatigueSafetyFactor) |
Sets the fatigue safety factor toggle Created in NX8.0.1. | |
void | SetMarginSafety (bool marginSafety) |
Sets the margin safety toggle Created in NX8.0.1. | |
void | SetStrengthSafetyFactor (bool strengthSafetyFactor) |
Sets the strength safety factor toggle Created in NX8.0.1. | |
void | SetUseEvents (NXOpen::CAE::DurabilityResultsReportBuilder::UseEventsEnum useEvents) |
Sets the use events pop-up menu Created in NX8.0.1. | |
void | SetUseHighlight (bool useHighlight) |
Sets the use highlight toggle Created in NX8.0.1. | |
bool | StrengthSafetyFactor () |
Returns the strength safety factor toggle Created in NX8.0.1. | |
NXOpen::CAE::DurabilityResultsReportBuilder::UseEventsEnum | UseEvents () |
Returns the use events pop-up menu Created in NX8.0.1. | |
bool | UseHighlight () |
Returns the use highlight toggle Created in NX8.0.1. |
Represents the builder for reporting the durability results.
To create a new instance of this class, use CAE::DurabilityManager::CreateDurabilityResultsReportBuilder
Default values.
Property | Value |
---|---|
EventDamage |
1 |
EventLife |
0 |
FailureIndex |
0 |
FatigueSafetyFactor |
0 |
MarginSafety |
0 |
StrengthSafetyFactor |
0 |
UseEvents |
Active |
UseHighlight |
0 |
Created in NX8.0.1.
Returns the event damage toggle
Created in NX8.0.1.
License requirements : None
Returns the event life toggle
Created in NX8.0.1.
License requirements : None
void NXOpen::CAE::DurabilityResultsReportBuilder::ExportResultsToCsv | ( | const NXString & | csvFilename | ) |
Export durability results to a csv file.
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
csvFilename | durability report will be written-out to this file. NOTE: The full Unicode character set is not supported for this parameter. |
Returns the failure index toggle
Created in NX8.0.1.
License requirements : None
Returns the fatigue safety factor toggle
Created in NX8.0.1.
License requirements : None
Returns the margin safety toggle
Created in NX8.0.1.
License requirements : None
void NXOpen::CAE::DurabilityResultsReportBuilder::SetEventDamage | ( | bool | eventDamage | ) |
Sets the event damage toggle
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
eventDamage | eventdamage |
void NXOpen::CAE::DurabilityResultsReportBuilder::SetEventLife | ( | bool | eventLife | ) |
Sets the event life toggle
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
eventLife | eventlife |
void NXOpen::CAE::DurabilityResultsReportBuilder::SetFailureIndex | ( | bool | failureIndex | ) |
Sets the failure index toggle
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
failureIndex | failureindex |
void NXOpen::CAE::DurabilityResultsReportBuilder::SetFatigueSafetyFactor | ( | bool | fatigueSafetyFactor | ) |
Sets the fatigue safety factor toggle
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
fatigueSafetyFactor | fatiguesafetyfactor |
void NXOpen::CAE::DurabilityResultsReportBuilder::SetMarginSafety | ( | bool | marginSafety | ) |
Sets the margin safety toggle
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
marginSafety | marginsafety |
void NXOpen::CAE::DurabilityResultsReportBuilder::SetStrengthSafetyFactor | ( | bool | strengthSafetyFactor | ) |
Sets the strength safety factor toggle
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
strengthSafetyFactor | strengthsafetyfactor |
void NXOpen::CAE::DurabilityResultsReportBuilder::SetUseEvents | ( | NXOpen::CAE::DurabilityResultsReportBuilder::UseEventsEnum | useEvents | ) |
Sets the use events pop-up menu
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
useEvents | useevents |
void NXOpen::CAE::DurabilityResultsReportBuilder::SetUseHighlight | ( | bool | useHighlight | ) |
Sets the use highlight toggle
Created in NX8.0.1.
License requirements : nx_adv_durability ("NX Advanced Durability")
useHighlight | usehighlight |
Returns the strength safety factor toggle
Created in NX8.0.1.
License requirements : None
NXOpen::CAE::DurabilityResultsReportBuilder::UseEventsEnum NXOpen::CAE::DurabilityResultsReportBuilder::UseEvents | ( | ) |
Returns the use events pop-up menu
Created in NX8.0.1.
License requirements : None
Returns the use highlight toggle
Created in NX8.0.1.
License requirements : None