NodalFunctionEvaluationSettingBuilder Class¶
-
class
NXOpen.CAE.ResponseSimulation.NodalFunctionEvaluationSettingBuilder¶ Bases:
NXOpen.CAE.ResponseSimulation.FunctionEvaluationSettingBuilderThis is a manager to the
NXOpen.CAE.ResponseSimulation.NodalFunctionEvaluationSettingclass.Object of type
NXOpen.CAE.ResponseSimulation.NodalFunctionEvaluationSettingcan be created and edited only through this classTo 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.EvaluationResultTypeisNXOpen.CAE.ResponseSimulation.EvaluationResultType.Stress, orNXOpen.CAE.ResponseSimulation.EvaluationResultType.Strain-------------------------------------Getter Method
Signature
BeamDataLocationReturns: Return type: NXOpen.CAE.ResponseSimulation.NodalFunctionEvalBeamLocationNew in version NX9.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
BeamDataLocationParameters: 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
CoordinateSystemReturns: Return type: NXOpen.CAE.ResponseSimulation.CoordinateSystemNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
CoordinateSystemParameters: 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
DataComponentReturns: Return type: NXOpen.CAE.ResponseSimulation.DirectionDataComponentNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
DataComponentParameters: 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
RelativeNodeReturns: Return type: NXOpen.CAE.FENodeNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
RelativeNodeParameters: 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.EvaluationResultTypeisNXOpen.CAE.ResponseSimulation.EvaluationResultType.Stress, orNXOpen.CAE.ResponseSimulation.EvaluationResultType.Strain-------------------------------------Getter Method
Signature
ShellDataLocationReturns: Return type: NXOpen.CAE.ResponseSimulation.NodalFunctionEvalShellLocationNew in version NX9.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
ShellDataLocationParameters: 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
UserDefinedDirectionReturns: Return type: NXOpen.DirectionNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
UserDefinedDirectionParameters: 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
UsingUserDefinedDirectionReturns: Return type: NXOpen.CAE.ResponseSimulation.NodalFunctionEvalRequestNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
UsingUserDefinedDirectionParameters: 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.FENodeNew 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.