NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::DurabilityEventStrengthSettingsBuilder Class Reference

Represents a builder class for the event strength settings. More...

Inheritance diagram for NXOpen::CAE::DurabilityEventStrengthSettingsBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  OrthotropicFailureCriterionEnum { OrthotropicFailureCriterionEnumHill, OrthotropicFailureCriterionEnumHoffman, OrthotropicFailureCriterionEnumTsaiWu, OrthotropicFailureCriterionEnumMaximumStress }
 the orthotropic Failure criterion enum. More...
 
enum  StressCriterionEnum { StressCriterionEnumUltimateStress, StressCriterionEnumYieldStress }
 the stress criterion enum. More...
 
enum  StressTypeEnum { StressTypeEnumVonMises, StressTypeEnumTresca, StressTypeEnumMaximumPrincipal, StressTypeEnumMinimumPrincipal }
 the stress type enum. More...
 

Public Member Functions

double FactorOfSafety ()
 Returns the factor of safety. More...
 
bool MarginOfSafety ()
 Returns the margin of safety. More...
 
NXString Name ()
 Returns the name. More...
 
NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::OrthotropicFailureCriterionEnum OrthotropicFailureCriterion ()
 Returns the orthotropic failure criterion. More...
 
bool PerformOrthotropicAnalysis ()
 Returns the perform orthotropic analysis. More...
 
void SetFactorOfSafety (double factorOfSafety)
 Sets the factor of safety. More...
 
void SetMarginOfSafety (bool marginOfSafety)
 Sets the margin of safety. More...
 
void SetName (const NXString &title)
 Sets the name. More...
 
void SetName (const char *title)
 Sets the name. More...
 
void SetOrthotropicFailureCriterion (NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::OrthotropicFailureCriterionEnum orthotropicFailureCriterion)
 Sets the orthotropic failure criterion. More...
 
void SetPerformOrthotropicAnalysis (bool performOrthotropicAnalysis)
 Sets the perform orthotropic analysis. More...
 
void SetStrengthSafetyFactor (bool strengthSafetyFactor)
 Sets the strength safety factor. More...
 
void SetStressCriterion (NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::StressCriterionEnum stressCriterion)
 Sets the stress criterion. More...
 
void SetStressType (NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::StressTypeEnum stressType)
 Sets the stress type. More...
 
bool StrengthSafetyFactor ()
 Returns the strength safety factor. More...
 
NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::StressCriterionEnum StressCriterion ()
 Returns the stress criterion. More...
 
NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::StressTypeEnum StressType ()
 Returns the stress type. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a builder class for the event strength settings.

The event strength settings are the data which describe how to evaluate the strength and what to output for strength results.
To create a new instance of this class, use NXOpen::CAE::DurabilityStrengthCollection::CreateEventstrengthsettingsBuilder

Created in NX7.5.0.

Member Enumeration Documentation

the orthotropic Failure criterion enum.

Enumerator
OrthotropicFailureCriterionEnumHill 

Hill.

OrthotropicFailureCriterionEnumHoffman 

Hoffman.

OrthotropicFailureCriterionEnumTsaiWu 

Tsai-Wu.

OrthotropicFailureCriterionEnumMaximumStress 

Maximum Stress.

the stress criterion enum.

Enumerator
StressCriterionEnumUltimateStress 

Ultimate Stress.

StressCriterionEnumYieldStress 

Yield Stress.

the stress type enum.

Enumerator
StressTypeEnumVonMises 

Von Mises.

StressTypeEnumTresca 

Tresca.

StressTypeEnumMaximumPrincipal 

Maximum Principal.

StressTypeEnumMinimumPrincipal 

Minimum Principal.

Member Function Documentation

double NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::FactorOfSafety ( )

Returns the factor of safety.


Created in NX7.5.0.

License requirements : None

bool NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::MarginOfSafety ( )

Returns the margin of safety.


Created in NX7.5.0.

License requirements : None

NXString NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::Name ( )

Returns the name.


Created in NX8.5.0.

License requirements : None

NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::OrthotropicFailureCriterionEnum NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::OrthotropicFailureCriterion ( )

Returns the orthotropic failure criterion.


Created in NX9.0.0.

License requirements : None

bool NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::PerformOrthotropicAnalysis ( )

Returns the perform orthotropic analysis.


Created in NX9.0.0.

License requirements : None

void NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::SetFactorOfSafety ( double  factorOfSafety)

Sets the factor of safety.


Created in NX7.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

Parameters
factorOfSafetyfactorofsafety
void NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::SetMarginOfSafety ( bool  marginOfSafety)

Sets the margin of safety.


Created in NX7.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

Parameters
marginOfSafetymarginofsafety
void NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::SetName ( const NXString title)

Sets the name.


Created in NX8.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

Parameters
titletitle
void NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::SetName ( const char *  title)

Sets the name.


Created in NX8.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

Parameters
titletitle
void NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::SetOrthotropicFailureCriterion ( NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::OrthotropicFailureCriterionEnum  orthotropicFailureCriterion)

Sets the orthotropic failure criterion.


Created in NX9.0.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

Parameters
orthotropicFailureCriterionorthotropicfailurecriterion
void NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::SetPerformOrthotropicAnalysis ( bool  performOrthotropicAnalysis)

Sets the perform orthotropic analysis.


Created in NX9.0.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

Parameters
performOrthotropicAnalysisperformorthotropicanalysis
void NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::SetStrengthSafetyFactor ( bool  strengthSafetyFactor)

Sets the strength safety factor.


Created in NX7.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

Parameters
strengthSafetyFactorstrengthsafetyfactor
void NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::SetStressCriterion ( NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::StressCriterionEnum  stressCriterion)

Sets the stress criterion.


Created in NX7.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

Parameters
stressCriterionstresscriterion
void NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::SetStressType ( NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::StressTypeEnum  stressType)

Sets the stress type.


Created in NX7.5.0.

License requirements : nx_adv_durability ("NX Advanced Durability")

Parameters
stressTypestresstype
bool NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::StrengthSafetyFactor ( )

Returns the strength safety factor.


Created in NX7.5.0.

License requirements : None

NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::StressCriterionEnum NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::StressCriterion ( )

Returns the stress criterion.


Created in NX7.5.0.

License requirements : None

NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::StressTypeEnum NXOpen::CAE::DurabilityEventStrengthSettingsBuilder::StressType ( )

Returns the stress type.


Created in NX7.5.0.

License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.