NodalFunctionEvaluationSettingBuilder Class

class NXOpen.CAE.ResponseSimulation.NodalFunctionEvaluationSettingBuilder

Bases: NXOpen.CAE.ResponseSimulation.FunctionEvaluationSettingBuilder

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

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

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

New in version NX5.0.0.

Properties

Property Description
BeamDataLocation Returns or sets the evaluation location of beam element, which is available when NXOpen.CAE.ResponseSimulation.EvaluationResultType is NXOpen.CAE.ResponseSimulation.EvaluationResultType.Stress, or NXOpen.CAE.ResponseSimulation.EvaluationResultType.Strain
CoordinateSystem Returns or sets the coordinate system
DataComponent Returns or sets the direction data component
OutputSettings Returns the output setting.
RelativeNode Returns or sets the relative node
ResultType Returns or sets the result type
ShellDataLocation Returns or sets the evaluation location of shell element, which is available when NXOpen.CAE.ResponseSimulation.EvaluationResultType is NXOpen.CAE.ResponseSimulation.EvaluationResultType.Stress, or NXOpen.CAE.ResponseSimulation.EvaluationResultType.Strain
Tag Returns the Tag for this object.
UserDefinedDirection Returns or sets the user defined direction
UsingUserDefinedDirection Returns or sets the option of using user defined direction

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.
GetDestinationNodes Returns the destination nodes
GetObject Returns the object currently being edited by this builder.
SetDestinationNodes Sets the destination nodes
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

BeamDataLocation

NodalFunctionEvaluationSettingBuilder.BeamDataLocation

Returns or sets the evaluation location of beam element, which is available when NXOpen.CAE.ResponseSimulation.EvaluationResultType is NXOpen.CAE.ResponseSimulation.EvaluationResultType.Stress, or NXOpen.CAE.ResponseSimulation.EvaluationResultType.Strain

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

Getter Method

Signature BeamDataLocation

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

New in version NX9.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature BeamDataLocation

Parameters:beamLocation (NXOpen.CAE.ResponseSimulation.NodalFunctionEvalBeamLocation) –

New in version NX9.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

CoordinateSystem

NodalFunctionEvaluationSettingBuilder.CoordinateSystem

Returns or sets the coordinate system

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

Getter Method

Signature CoordinateSystem

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature CoordinateSystem

Parameters:coordinateSystem (NXOpen.CAE.ResponseSimulation.CoordinateSystem) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

DataComponent

NodalFunctionEvaluationSettingBuilder.DataComponent

Returns or sets the direction data component

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

Getter Method

Signature DataComponent

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature DataComponent

Parameters:dataComponent (NXOpen.CAE.ResponseSimulation.DirectionDataComponent) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

RelativeNode

NodalFunctionEvaluationSettingBuilder.RelativeNode

Returns or sets the relative node

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

Getter Method

Signature RelativeNode

Returns:
Return type:NXOpen.CAE.FENode

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature RelativeNode

Parameters:relativeNode (NXOpen.CAE.FENode) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

ShellDataLocation

NodalFunctionEvaluationSettingBuilder.ShellDataLocation

Returns or sets the evaluation location of shell element, which is available when NXOpen.CAE.ResponseSimulation.EvaluationResultType is NXOpen.CAE.ResponseSimulation.EvaluationResultType.Stress, or NXOpen.CAE.ResponseSimulation.EvaluationResultType.Strain

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

Getter Method

Signature ShellDataLocation

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

New in version NX9.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature ShellDataLocation

Parameters:shellLocation (NXOpen.CAE.ResponseSimulation.NodalFunctionEvalShellLocation) –

New in version NX9.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

UserDefinedDirection

NodalFunctionEvaluationSettingBuilder.UserDefinedDirection

Returns or sets the user defined direction

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

Getter Method

Signature UserDefinedDirection

Returns:
Return type:NXOpen.Direction

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature UserDefinedDirection

Parameters:userDefinedDirection (NXOpen.Direction) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

UsingUserDefinedDirection

NodalFunctionEvaluationSettingBuilder.UsingUserDefinedDirection

Returns or sets the option of using user defined direction

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

Getter Method

Signature UsingUserDefinedDirection

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature UsingUserDefinedDirection

Parameters:usingUserDefinedDirection (NXOpen.CAE.ResponseSimulation.NodalFunctionEvalRequest) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

Method Detail

GetDestinationNodes

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

SetDestinationNodes

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

Validate

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