DurabilityEventStrengthSettingsBuilder Class

class NXOpen.CAE.DurabilityEventStrengthSettingsBuilder

Bases: NXOpen.Builder

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()

New in version NX7.5.0.

Properties

Property Description
FactorOfSafety Returns or sets the factor of safety.
MarginOfSafety Returns or sets the margin of safety.
Name Returns or sets the name.
OrthotropicFailureCriterion Returns or sets the orthotropic failure criterion.
PerformOrthotropicAnalysis Returns or sets the perform orthotropic analysis.
StrengthSafetyFactor Returns or sets the strength safety factor.
StressCriterion Returns or sets the stress criterion.
StressType Returns or sets the stress type.
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

FactorOfSafety

DurabilityEventStrengthSettingsBuilder.FactorOfSafety

Returns or sets the factor of safety.

-------------------------------------

Getter Method

Signature FactorOfSafety

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature FactorOfSafety

Parameters:factorOfSafety (float) –

New in version NX7.5.0.

License requirements: nx_adv_durability (“NX Advanced Durability”)

MarginOfSafety

DurabilityEventStrengthSettingsBuilder.MarginOfSafety

Returns or sets the margin of safety.

-------------------------------------

Getter Method

Signature MarginOfSafety

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MarginOfSafety

Parameters:marginOfSafety (bool) –

New in version NX7.5.0.

License requirements: nx_adv_durability (“NX Advanced Durability”)

Name

DurabilityEventStrengthSettingsBuilder.Name

Returns or sets the name.

-------------------------------------

Getter Method

Signature Name

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Name

Parameters:title (str) –

New in version NX8.5.0.

License requirements: nx_adv_durability (“NX Advanced Durability”)

OrthotropicFailureCriterion

DurabilityEventStrengthSettingsBuilder.OrthotropicFailureCriterion

Returns or sets the orthotropic failure criterion.

-------------------------------------

Getter Method

Signature OrthotropicFailureCriterion

Returns:
Return type:NXOpen.CAE.DurabilityEventStrengthSettingsBuilderOrthotropicFailureCriterionEnum

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature OrthotropicFailureCriterion

Parameters:orthotropicFailureCriterion (NXOpen.CAE.DurabilityEventStrengthSettingsBuilderOrthotropicFailureCriterionEnum) –

New in version NX9.0.0.

License requirements: nx_adv_durability (“NX Advanced Durability”)

PerformOrthotropicAnalysis

DurabilityEventStrengthSettingsBuilder.PerformOrthotropicAnalysis

Returns or sets the perform orthotropic analysis.

-------------------------------------

Getter Method

Signature PerformOrthotropicAnalysis

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PerformOrthotropicAnalysis

Parameters:performOrthotropicAnalysis (bool) –

New in version NX9.0.0.

License requirements: nx_adv_durability (“NX Advanced Durability”)

StrengthSafetyFactor

DurabilityEventStrengthSettingsBuilder.StrengthSafetyFactor

Returns or sets the strength safety factor.

-------------------------------------

Getter Method

Signature StrengthSafetyFactor

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StrengthSafetyFactor

Parameters:strengthSafetyFactor (bool) –

New in version NX7.5.0.

License requirements: nx_adv_durability (“NX Advanced Durability”)

StressCriterion

DurabilityEventStrengthSettingsBuilder.StressCriterion

Returns or sets the stress criterion.

-------------------------------------

Getter Method

Signature StressCriterion

Returns:
Return type:NXOpen.CAE.DurabilityEventStrengthSettingsBuilderStressCriterionEnum

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StressCriterion

Parameters:stressCriterion (NXOpen.CAE.DurabilityEventStrengthSettingsBuilderStressCriterionEnum) –

New in version NX7.5.0.

License requirements: nx_adv_durability (“NX Advanced Durability”)

StressType

DurabilityEventStrengthSettingsBuilder.StressType

Returns or sets the stress type.

-------------------------------------

Getter Method

Signature StressType

Returns:
Return type:NXOpen.CAE.DurabilityEventStrengthSettingsBuilderStressTypeEnum

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StressType

Parameters:stressType (NXOpen.CAE.DurabilityEventStrengthSettingsBuilderStressTypeEnum) –

New in version NX7.5.0.

License requirements: nx_adv_durability (“NX Advanced Durability”)

Method Detail

Validate

DurabilityEventStrengthSettingsBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.