NX Open C++ Reference Guide
|
Represents a builder class for the event fatigue settings. More...
Public Types | |
enum | BeamStressEnum { BeamStressEnumAxial, BeamStressEnumTorsional, BeamStressEnumNone } |
the Beam Stress Enum More... | |
enum | ElementFaceStressAxisEnum { ElementFaceStressAxisEnumBiAxial, ElementFaceStressAxisEnumUniAxial } |
the Element Face Stress Axis Enum. More... | |
enum | NodeElementOptionEnum { NodeElementOptionEnumSolids, NodeElementOptionEnumShells } |
the Node Element Option Enum. More... | |
enum | ShellRegionEnum { ShellRegionEnumBottom, ShellRegionEnumMiddle, ShellRegionEnumTop } |
the Shell Region Enum. More... | |
enum | StressAxisDirectionSearchMethodEnum { StressAxisDirectionSearchMethodEnumCriticalPlane, StressAxisDirectionSearchMethodEnumMaximumDamage, StressAxisDirectionSearchMethodEnumPrincipalAxis } |
the Stress Axis Direction Method Search Enum. More... | |
enum | StressAxisMethodEnum { StressAxisMethodEnumElementFace, StressAxisMethodEnumNodalUniAxial } |
the Stress Axis Method Enum. More... | |
Public Member Functions | |
NXOpen::CAE::DurabilityStressAxesBuilder::BeamStressEnum | BeamStress () |
Returns the beam stress. | |
NXOpen::CAE::DurabilityStressAxesBuilder::ElementFaceStressAxisEnum | ElementFaceStressAxis () |
Returns the element face stress axis. | |
NXString | Name () |
Returns the name. | |
NXOpen::CAE::DurabilityStressAxesBuilder::NodeElementOptionEnum | NodeElementOption () |
Returns the node element option. | |
NXOpen::Expression * | SearchResolution () |
Returns the search resolution. | |
void | SetBeamStress (NXOpen::CAE::DurabilityStressAxesBuilder::BeamStressEnum beamStress) |
Sets the beam stress. | |
void | SetElementFaceStressAxis (NXOpen::CAE::DurabilityStressAxesBuilder::ElementFaceStressAxisEnum elementFaceStressAxis) |
Sets the element face stress axis. | |
void | SetName (const NXString &title) |
Sets the name. | |
void | SetName (const char *title) |
Sets the name. | |
void | SetNodeElementOption (NXOpen::CAE::DurabilityStressAxesBuilder::NodeElementOptionEnum nodeElementOption) |
Sets the node element option. | |
void | SetShellRegion (NXOpen::CAE::DurabilityStressAxesBuilder::ShellRegionEnum shellRegion) |
Sets the shell region. | |
void | SetStressAxisDirectionSearchMethod (NXOpen::CAE::DurabilityStressAxesBuilder::StressAxisDirectionSearchMethodEnum stressAxisDirectionSearchMethod) |
Sets the stress axis direction search method. | |
void | SetStressAxisMethod (NXOpen::CAE::DurabilityStressAxesBuilder::StressAxisMethodEnum stressAxisMethod) |
Sets the stress axis method. | |
void | SetStressDirection (NXOpen::Direction *stressDirection) |
Sets the stress direction. | |
NXOpen::CAE::DurabilityStressAxesBuilder::ShellRegionEnum | ShellRegion () |
Returns the shell region. | |
NXOpen::CAE::DurabilityStressAxesBuilder::StressAxisDirectionSearchMethodEnum | StressAxisDirectionSearchMethod () |
Returns the stress axis direction search method. | |
NXOpen::CAE::DurabilityStressAxesBuilder::StressAxisMethodEnum | StressAxisMethod () |
Returns the stress axis method. | |
NXOpen::Direction * | StressDirection () |
Returns the stress direction. | |
![]() | |
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::DurabilityAxisSearchCollection::CreateStressaxesBuilder CAE::DurabilityAxisSearchCollection::CreateStressaxesBuilder @endlink <br>
Created in NX7.5.0.
NXOpen::CAE::DurabilityStressAxesBuilder::BeamStressEnum NXOpen::CAE::DurabilityStressAxesBuilder::BeamStress | ( | ) |
Returns the beam stress.
Created in NX7.5.0.
License requirements : None
NXOpen::CAE::DurabilityStressAxesBuilder::ElementFaceStressAxisEnum NXOpen::CAE::DurabilityStressAxesBuilder::ElementFaceStressAxis | ( | ) |
Returns the element face stress axis.
Created in NX7.5.0.
License requirements : None
NXString NXOpen::CAE::DurabilityStressAxesBuilder::Name | ( | ) |
Returns the name.
Created in NX8.5.0.
License requirements : None
NXOpen::CAE::DurabilityStressAxesBuilder::NodeElementOptionEnum NXOpen::CAE::DurabilityStressAxesBuilder::NodeElementOption | ( | ) |
Returns the node element option.
Created in NX7.5.0.
License requirements : None
NXOpen::Expression* NXOpen::CAE::DurabilityStressAxesBuilder::SearchResolution | ( | ) |
Returns the search resolution.
Created in NX7.5.0.
License requirements : None
void NXOpen::CAE::DurabilityStressAxesBuilder::SetBeamStress | ( | NXOpen::CAE::DurabilityStressAxesBuilder::BeamStressEnum | beamStress | ) |
Sets the beam stress.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
beamStress | beamstress |
void NXOpen::CAE::DurabilityStressAxesBuilder::SetElementFaceStressAxis | ( | NXOpen::CAE::DurabilityStressAxesBuilder::ElementFaceStressAxisEnum | elementFaceStressAxis | ) |
Sets the element face stress axis.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
elementFaceStressAxis | elementfacestressaxis |
void NXOpen::CAE::DurabilityStressAxesBuilder::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::DurabilityStressAxesBuilder::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::DurabilityStressAxesBuilder::SetNodeElementOption | ( | NXOpen::CAE::DurabilityStressAxesBuilder::NodeElementOptionEnum | nodeElementOption | ) |
Sets the node element option.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
nodeElementOption | nodeelementoption |
void NXOpen::CAE::DurabilityStressAxesBuilder::SetShellRegion | ( | NXOpen::CAE::DurabilityStressAxesBuilder::ShellRegionEnum | shellRegion | ) |
Sets the shell region.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
shellRegion | shellregion |
void NXOpen::CAE::DurabilityStressAxesBuilder::SetStressAxisDirectionSearchMethod | ( | NXOpen::CAE::DurabilityStressAxesBuilder::StressAxisDirectionSearchMethodEnum | stressAxisDirectionSearchMethod | ) |
Sets the stress axis direction search method.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
stressAxisDirectionSearchMethod | stressaxisdirectionsearchmethod |
void NXOpen::CAE::DurabilityStressAxesBuilder::SetStressAxisMethod | ( | NXOpen::CAE::DurabilityStressAxesBuilder::StressAxisMethodEnum | stressAxisMethod | ) |
Sets the stress axis method.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
stressAxisMethod | stressaxismethod |
void NXOpen::CAE::DurabilityStressAxesBuilder::SetStressDirection | ( | NXOpen::Direction * | stressDirection | ) |
Sets the stress direction.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
stressDirection | stressdirection |
NXOpen::CAE::DurabilityStressAxesBuilder::ShellRegionEnum NXOpen::CAE::DurabilityStressAxesBuilder::ShellRegion | ( | ) |
Returns the shell region.
Created in NX7.5.0.
License requirements : None
NXOpen::CAE::DurabilityStressAxesBuilder::StressAxisDirectionSearchMethodEnum NXOpen::CAE::DurabilityStressAxesBuilder::StressAxisDirectionSearchMethod | ( | ) |
Returns the stress axis direction search method.
Created in NX7.5.0.
License requirements : None
NXOpen::CAE::DurabilityStressAxesBuilder::StressAxisMethodEnum NXOpen::CAE::DurabilityStressAxesBuilder::StressAxisMethod | ( | ) |
Returns the stress axis method.
Created in NX7.5.0.
License requirements : None
NXOpen::Direction* NXOpen::CAE::DurabilityStressAxesBuilder::StressDirection | ( | ) |
Returns the stress direction.
Created in NX7.5.0.
License requirements : None