NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.CAE.ResponseSimulation.PrlResultsEvaluationSettingBuilder Class Reference

Represents the abstract builder class of evaluation setting for peak value, RMS results and LCR results. More...

Inheritance diagram for NXOpen.CAE.ResponseSimulation.PrlResultsEvaluationSettingBuilder:
NXOpen.CAE.ResponseSimulation.DynamicResultEvaluationSettingBuilder NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder NXOpen.CAE.ResponseSimulation.PeakValueEvaluationSettingBuilder NXOpen.CAE.ResponseSimulation.RmsResultsEvaluationSettingBuilder NXOpen.CAE.ResponseSimulation.LcrResultsEvaluationSettingBuilder

Public Member Functions

unsafe NXOpen.CAE.FENode[] GetOutputNodes ()
 Returns the destination nodes. More...
 
unsafe void SetOutputNodes (NXOpen.CAE.FENode[] destinationNodes)
 Sets the destination nodes More...
 
unsafe NXOpen.CAE.FEElement[] GetOutputElements ()
 Returns the destination elements. More...
 
unsafe void SetOutputElements (NXOpen.CAE.FEElement[] destinationElements)
 Sets the destination elements More...
 
unsafe
NXOpen.CAE.ResponseSimulation.DirectionDataComponent[] 
GetDataComponents ()
 Returns the direction data components. More...
 
unsafe void SetDataComponents (NXOpen.CAE.ResponseSimulation.DirectionDataComponent[] dataComponent)
 Sets the direction data components. More...
 
- Public Member Functions inherited from NXOpen.CAE.ResponseSimulation.DynamicResultEvaluationSettingBuilder
unsafe string[] GetDescriptionString ()
 Returns the description. More...
 
unsafe void SetDescriptionString (string[] description)
 Sets the description More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe
NXOpen.CAE.ResponseSimulation.CoordinateSystem 
CoordinateSystem [get, set]
 Returns or sets the coordinate system. More...
 
unsafe NXOpen.CAE.FENode ObservationNode [get, set]
 Returns or sets the relative node. More...
 
unsafe bool Relative [get, set]
 Returns or sets the option of using the observation node in evaluation More...
 
unsafe
NXOpen.CAE.ResponseSimulation.EvaluationResultType 
ResultType [get, set]
 Returns or sets the result type More...
 

Detailed Description

Represents the abstract builder class of evaluation setting for peak value, RMS results and LCR results.

This is an abstract class, and cannot be created.

Created in NX5.0.0

Member Function Documentation

unsafe NXOpen.CAE.ResponseSimulation.DirectionDataComponent [] NXOpen.CAE.ResponseSimulation.PrlResultsEvaluationSettingBuilder.GetDataComponents ( )

Returns the direction data components.

The condidate choices will be changed according to NXOpen.CAE.ResponseSimulation.EvaluationResultType setting

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Returns
unsafe NXOpen.CAE.FEElement [] NXOpen.CAE.ResponseSimulation.PrlResultsEvaluationSettingBuilder.GetOutputElements ( )

Returns the destination elements.

Only available when the result type is NXOpen.CAE.ResponseSimulation.EvaluationResultType.Stress , NXOpen.CAE.ResponseSimulation.EvaluationResultType.ShellResultant

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Returns
unsafe NXOpen.CAE.FENode [] NXOpen.CAE.ResponseSimulation.PrlResultsEvaluationSettingBuilder.GetOutputNodes ( )

Returns the destination nodes.

Only available when result type is NXOpen.CAE.ResponseSimulation.EvaluationResultType.Displacement , NXOpen.CAE.ResponseSimulation.EvaluationResultType.Acceleration , NXOpen.CAE.ResponseSimulation.EvaluationResultType.ElementForce

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Returns
unsafe void NXOpen.CAE.ResponseSimulation.PrlResultsEvaluationSettingBuilder.SetDataComponents ( NXOpen.CAE.ResponseSimulation.DirectionDataComponent[]  dataComponent)

Sets the direction data components.

The condidate choices will be changed according to NXOpen.CAE.ResponseSimulation.EvaluationResultType setting

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Parameters
dataComponent
unsafe void NXOpen.CAE.ResponseSimulation.PrlResultsEvaluationSettingBuilder.SetOutputElements ( NXOpen.CAE.FEElement[]  destinationElements)

Sets the destination elements

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Parameters
destinationElements
unsafe void NXOpen.CAE.ResponseSimulation.PrlResultsEvaluationSettingBuilder.SetOutputNodes ( NXOpen.CAE.FENode[]  destinationNodes)

Sets the destination nodes

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Parameters
destinationNodes

Property Documentation

unsafe NXOpen.CAE.ResponseSimulation.CoordinateSystem NXOpen.CAE.ResponseSimulation.PrlResultsEvaluationSettingBuilder.CoordinateSystem
getset

Returns or sets the coordinate system.

Only available when the result type is NXOpen.CAE.ResponseSimulation.EvaluationResultType.Stress , NXOpen.CAE.ResponseSimulation.EvaluationResultType.ShellResultant

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe NXOpen.CAE.FENode NXOpen.CAE.ResponseSimulation.PrlResultsEvaluationSettingBuilder.ObservationNode
getset

Returns or sets the relative node.

Only available when result type is NXOpen.CAE.ResponseSimulation.EvaluationResultType.Displacement , NXOpen.CAE.ResponseSimulation.EvaluationResultType.Acceleration , NXOpen.CAE.ResponseSimulation.EvaluationResultType.ElementForce

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe bool NXOpen.CAE.ResponseSimulation.PrlResultsEvaluationSettingBuilder.Relative
getset

Returns or sets the option of using the observation node in evaluation

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe NXOpen.CAE.ResponseSimulation.EvaluationResultType NXOpen.CAE.ResponseSimulation.PrlResultsEvaluationSettingBuilder.ResultType
getset

Returns or sets the result type

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.