ElementalFunctionEvaluationSettingBuilder Class

class NXOpen.CAE.ResponseSimulation.ElementalFunctionEvaluationSettingBuilder

Bases: NXOpen.CAE.ResponseSimulation.FunctionEvaluationSettingBuilder

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

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

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

New in version NX5.0.0.

Properties

Property Description
BeamDataLocation Returns or sets the data location of beam element.
CoordinateSystem Returns or sets the coordinate system
DataComponent Returns or sets the data component of direction
ElementLocation Returns or sets the evaluation location of element.
OutputSettings Returns the output setting.
ResultType Returns or sets the result type
ShellEvaluationLocation Returns or sets the evaluation location of shell element.
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.
GetDestinationElements Returns the destination elements
GetObject Returns the object currently being edited by this builder.
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

BeamDataLocation

ElementalFunctionEvaluationSettingBuilder.BeamDataLocation

Returns or sets the data location of beam element.

For more information about beam data location, see the Response Simulatin section of the Gateway help

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

Getter Method

Signature BeamDataLocation

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature BeamDataLocation

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

CoordinateSystem

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

ElementalFunctionEvaluationSettingBuilder.DataComponent

Returns or sets the data component of direction

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

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

ElementLocation

ElementalFunctionEvaluationSettingBuilder.ElementLocation

Returns or sets the evaluation location of element.

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

Getter Method

Signature ElementLocation

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

New in version NX6.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature ElementLocation

Parameters:elementLocation (NXOpen.CAE.ResponseSimulation.ElementLocation) –

New in version NX6.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

ShellEvaluationLocation

ElementalFunctionEvaluationSettingBuilder.ShellEvaluationLocation

Returns or sets the evaluation location of shell element.

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

Getter Method

Signature ShellEvaluationLocation

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature ShellEvaluationLocation

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

Method Detail

GetDestinationElements

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

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

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