DurabilityEventStrengthSettingsBuilder Class¶
-
class
NXOpen.CAE.DurabilityEventStrengthSettingsBuilder¶ Bases:
NXOpen.BuilderRepresents 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. |
Enumerations¶
| DurabilityEventStrengthSettingsBuilderOrthotropicFailureCriterionEnum Enumeration | the orthotropic Failure criterion enum. |
| DurabilityEventStrengthSettingsBuilderStressCriterionEnum Enumeration | the stress criterion enum. |
| DurabilityEventStrengthSettingsBuilderStressTypeEnum Enumeration | the stress type enum. |
Property Detail¶
FactorOfSafety¶
-
DurabilityEventStrengthSettingsBuilder.FactorOfSafety¶ Returns or sets the factor of safety.
-------------------------------------Getter Method
Signature
FactorOfSafetyReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FactorOfSafetyParameters: 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
MarginOfSafetyReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MarginOfSafetyParameters: 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
NameReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NameParameters: 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
OrthotropicFailureCriterionReturns: Return type: NXOpen.CAE.DurabilityEventStrengthSettingsBuilderOrthotropicFailureCriterionEnumNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OrthotropicFailureCriterionParameters: 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
PerformOrthotropicAnalysisReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PerformOrthotropicAnalysisParameters: 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
StrengthSafetyFactorReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StrengthSafetyFactorParameters: 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
StressCriterionReturns: Return type: NXOpen.CAE.DurabilityEventStrengthSettingsBuilderStressCriterionEnumNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StressCriterionParameters: 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
StressTypeReturns: Return type: NXOpen.CAE.DurabilityEventStrengthSettingsBuilderStressTypeEnumNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StressTypeParameters: 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.