StrengthResultsEvaluationSettingBuilder Class

class NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSettingBuilder

Bases: NXOpen.CAE.ResponseSimulation.DynamicResultEvaluationSettingBuilder

This is a manager to the NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSetting class.

Object of type NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSetting can be created and edited only through this class

To create a new instance of this class, use NXOpen.CAE.ResponseSimulation.EvaluationSettingManager.CreateStrengthResultsEvaluationSettingBuilder()

New in version NX5.0.0.

Properties

Property Description
CombinationOptionsBuilder Returns the setting of combination evaluation
DataLocation Returns the setting of combination evaluation
MaterialDefinitionType Returns or sets the definition method of material
MaterialOverrideOption Returns or sets the choice of override material property or not.
MaterialSafetyFactor Returns or sets the customized material safety factor
StandardDeviation Returns or sets the customized standard deviation for random event
StressCriteriaType Returns or sets the stress criteria type
StressOptionType Returns or sets the stress option 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.
GetDescriptionString Returns the description.
GetDestinationElements Returns the destination elements
GetObject Returns the object currently being edited by this builder.
SetDescriptionString Sets the description
SetDestinationElements Sets the destination elements
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

CombinationOptionsBuilder

StrengthResultsEvaluationSettingBuilder.CombinationOptionsBuilder

Returns the setting of combination evaluation

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

Getter Method

Signature CombinationOptionsBuilder

Returns:
Return type:NXOpen.CAE.ResponseSimulation.CombinationEvaluationOptions

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

DataLocation

StrengthResultsEvaluationSettingBuilder.DataLocation

Returns the setting of combination evaluation

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

Getter Method

Signature DataLocation

Returns:
Return type:NXOpen.CAE.ResponseSimulation.DataLocation

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

MaterialDefinitionType

StrengthResultsEvaluationSettingBuilder.MaterialDefinitionType

Returns or sets the definition method of material

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

Getter Method

Signature MaterialDefinitionType

Returns:
Return type:NXOpen.CAE.ResponseSimulation.StrengthStressMaterialDefinitionMethod

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature MaterialDefinitionType

Parameters:materialProperty (NXOpen.CAE.ResponseSimulation.StrengthStressMaterialDefinitionMethod) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

MaterialOverrideOption

StrengthResultsEvaluationSettingBuilder.MaterialOverrideOption

Returns or sets the choice of override material property or not.

If false, the material safty factor will be read from destination element selected, else a customized value will be used

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

Getter Method

Signature MaterialOverrideOption

Returns:NRC_Double_Sum Time Duration
Return type:bool

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature MaterialOverrideOption

Parameters:overrideMaterialProperty (bool) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

MaterialSafetyFactor

StrengthResultsEvaluationSettingBuilder.MaterialSafetyFactor

Returns or sets the customized material safety factor

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

Getter Method

Signature MaterialSafetyFactor

Returns:NRC_Double_Sum Time Duration
Return type:float

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature MaterialSafetyFactor

Parameters:safetyFactor (float) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

StandardDeviation

StrengthResultsEvaluationSettingBuilder.StandardDeviation

Returns or sets the customized standard deviation for random event

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

Getter Method

Signature StandardDeviation

Returns:Random Event Standard Deviation
Return type:float

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature StandardDeviation

Parameters:standardDeviation (float) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

StressCriteriaType

StrengthResultsEvaluationSettingBuilder.StressCriteriaType

Returns or sets the stress criteria type

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

Getter Method

Signature StressCriteriaType

Returns:
Return type:NXOpen.CAE.ResponseSimulation.StrengthStressCriteria

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature StressCriteriaType

Parameters:stressCriteria (NXOpen.CAE.ResponseSimulation.StrengthStressCriteria) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

StressOptionType

StrengthResultsEvaluationSettingBuilder.StressOptionType

Returns or sets the stress option type

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

Getter Method

Signature StressOptionType

Returns:
Return type:NXOpen.CAE.ResponseSimulation.StrengthStressOption

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature StressOptionType

Parameters:stressOption (NXOpen.CAE.ResponseSimulation.StrengthStressOption) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

Method Detail

GetDestinationElements

StrengthResultsEvaluationSettingBuilder.GetDestinationElements

Returns the destination elements

Signature GetDestinationElements()

Returns:
Return type:list of NXOpen.CAE.FEElement

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

SetDestinationElements

StrengthResultsEvaluationSettingBuilder.SetDestinationElements

Sets the destination elements

Signature SetDestinationElements(destinationElement)

Parameters:destinationElement (list of NXOpen.CAE.FEElement) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

Validate

StrengthResultsEvaluationSettingBuilder.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.