NX Open C++ Reference Guide
|
Represents a CAE::DurabilityLoadPattern builder. More...
Public Types | |
enum | PatternTypeEnum { PatternTypeEnumHalfSineWave, PatternTypeEnumFullSineWave } |
the pattern type. More... | |
Public Member Functions | |
int | Iteration () |
Returns the iteration. | |
int | Loadcase () |
Returns the load case. | |
double | Offset () |
Returns the offset. | |
NXOpen::CAE::DurabilityLoadPatternBuilder::PatternTypeEnum | PatternType () |
Returns the pattern type. | |
double | Scale () |
Returns the scale. | |
void | SetIteration (int iteration) |
Sets the iteration. | |
void | SetLoadcase (int loadcase) |
Sets the load case. | |
void | SetOffset (double offset) |
Sets the offset. | |
void | SetPatternType (NXOpen::CAE::DurabilityLoadPatternBuilder::PatternTypeEnum patternType) |
Sets the pattern type. | |
void | SetScale (double scale) |
Sets the scale. | |
![]() | |
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::DurabilityLoadPattern builder.
There is no kf creator for this.
Created in NX7.5.0.
int NXOpen::CAE::DurabilityLoadPatternBuilder::Iteration | ( | ) |
Returns the iteration.
Created in NX9.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
int NXOpen::CAE::DurabilityLoadPatternBuilder::Loadcase | ( | ) |
Returns the load case.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
double NXOpen::CAE::DurabilityLoadPatternBuilder::Offset | ( | ) |
Returns the offset.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
NXOpen::CAE::DurabilityLoadPatternBuilder::PatternTypeEnum NXOpen::CAE::DurabilityLoadPatternBuilder::PatternType | ( | ) |
Returns the pattern type.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
double NXOpen::CAE::DurabilityLoadPatternBuilder::Scale | ( | ) |
Returns the scale.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
void NXOpen::CAE::DurabilityLoadPatternBuilder::SetIteration | ( | int | iteration | ) |
Sets the iteration.
Created in NX9.0.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
iteration | iteration |
void NXOpen::CAE::DurabilityLoadPatternBuilder::SetLoadcase | ( | int | loadcase | ) |
Sets the load case.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
loadcase | loadcase |
void NXOpen::CAE::DurabilityLoadPatternBuilder::SetOffset | ( | double | offset | ) |
Sets the offset.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
offset | offset |
void NXOpen::CAE::DurabilityLoadPatternBuilder::SetPatternType | ( | NXOpen::CAE::DurabilityLoadPatternBuilder::PatternTypeEnum | patternType | ) |
Sets the pattern type.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
patternType | patterntype |
void NXOpen::CAE::DurabilityLoadPatternBuilder::SetScale | ( | double | scale | ) |
Sets the scale.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
scale | scale |