ResponseResultsEvaluationSettingBuilder Class

class NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder

Bases: NXOpen.CAE.ResponseSimulation.DynamicResultEvaluationSettingBuilder

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

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

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

New in version NX5.0.0.

Properties

Property Description
DecimationOrder Returns or sets the decimation order of domain setting.
EndPoint Returns or sets the end value of domain setting.
PointValue Returns or sets the method choosed to define select point value.
ResponseDomainDefinitionOption Returns or sets the method choosed to define response domain
StartPoint Returns or sets the start value of domain setting.
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
GetDestinationNodes Returns the destination nodes
GetObject Returns the object currently being edited by this builder.
GetOutputOptions Returns the output options
GetPointsValueList Returns the points value list
SetDescriptionString Sets the description
SetDestinationElements Sets the destination elements
SetDestinationNodes Sets the destination nodes
SetOutputOptions Sets the output options
SetPointsValueList Sets the points value list
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

DecimationOrder

ResponseResultsEvaluationSettingBuilder.DecimationOrder

Returns or sets the decimation order of domain setting.

Only available when response domain is CAE.ResponseSimulationResponseDomainDefinitionMethod.StartEndPoint

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

Getter Method

Signature DecimationOrder

Returns:
Return type:int

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature DecimationOrder

Parameters:decimationOrder (int) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

EndPoint

ResponseResultsEvaluationSettingBuilder.EndPoint

Returns or sets the end value of domain setting.

Only available when response domain is CAE.ResponseSimulationResponseDomainDefinitionMethod.StartEndPoint

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

Getter Method

Signature EndPoint

Returns:
Return type:float

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature EndPoint

Parameters:endPoint (float) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

PointValue

ResponseResultsEvaluationSettingBuilder.PointValue

Returns or sets the method choosed to define select point value.

Only available when response domain is CAE.ResponseSimulationResponseDomainDefinitionMethod.KeyIn

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

Getter Method

Signature PointValue

Returns:
Return type:float

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature PointValue

Parameters:pointValue (float) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

ResponseDomainDefinitionOption

ResponseResultsEvaluationSettingBuilder.ResponseDomainDefinitionOption

Returns or sets the method choosed to define response domain

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

Getter Method

Signature ResponseDomainDefinitionOption

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature ResponseDomainDefinitionOption

Parameters:definitionMethod (NXOpen.CAE.ResponseSimulation.ResponseDomainDefinitionMethod) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

StartPoint

ResponseResultsEvaluationSettingBuilder.StartPoint

Returns or sets the start value of domain setting.

Only available when response domain is CAE.ResponseSimulationResponseDomainDefinitionMethod.StartEndPoint

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

Getter Method

Signature StartPoint

Returns:
Return type:float

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature StartPoint

Parameters:startPoint (float) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

Method Detail

GetDestinationElements

ResponseResultsEvaluationSettingBuilder.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”)

GetDestinationNodes

ResponseResultsEvaluationSettingBuilder.GetDestinationNodes

Returns the destination nodes

Signature GetDestinationNodes()

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

GetOutputOptions

ResponseResultsEvaluationSettingBuilder.GetOutputOptions

Returns the output options

Signature GetOutputOptions()

Returns:
Return type:list of NXOpen.CAE.ResponseSimulation.EvaluationResultType

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

GetPointsValueList

ResponseResultsEvaluationSettingBuilder.GetPointsValueList

Returns the points value list

Signature GetPointsValueList()

Returns:
Return type:list of float

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

SetDestinationElements

ResponseResultsEvaluationSettingBuilder.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”)

SetDestinationNodes

ResponseResultsEvaluationSettingBuilder.SetDestinationNodes

Sets the destination nodes

Signature SetDestinationNodes(destinationNodes)

Parameters:destinationNodes (list of NXOpen.CAE.FENode) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

SetOutputOptions

ResponseResultsEvaluationSettingBuilder.SetOutputOptions

Sets the output options

Signature SetOutputOptions(outputOptions)

Parameters:outputOptions (list of NXOpen.CAE.ResponseSimulation.EvaluationResultType) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

SetPointsValueList

ResponseResultsEvaluationSettingBuilder.SetPointsValueList

Sets the points value list

Signature SetPointsValueList(pointsValueList)

Parameters:pointsValueList (list of float) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

Validate

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