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

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

Inheritance diagram for NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder:
NXOpen.CAE.ResponseSimulation.DynamicResultEvaluationSettingBuilder NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Member Functions

unsafe NXOpen.CAE.FENode[] GetDestinationNodes ()
 Returns the destination nodes More...
 
unsafe void SetDestinationNodes (NXOpen.CAE.FENode[] destinationNodes)
 Sets the destination nodes More...
 
unsafe NXOpen.CAE.FEElement[] GetDestinationElements ()
 Returns the destination elements More...
 
unsafe void SetDestinationElements (NXOpen.CAE.FEElement[] destinationElement)
 Sets the destination elements More...
 
unsafe
NXOpen.CAE.ResponseSimulation.EvaluationResultType[] 
GetOutputOptions ()
 Returns the output options More...
 
unsafe void SetOutputOptions (NXOpen.CAE.ResponseSimulation.EvaluationResultType[] outputOptions)
 Sets the output options More...
 
unsafe double[] GetPointsValueList ()
 Returns the points value list More...
 
unsafe void SetPointsValueList (double[] pointsValueList)
 Sets the points value list 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 int DecimationOrder [get, set]
 Returns or sets the decimation order of domain setting. More...
 
unsafe double EndPoint [get, set]
 Returns or sets the end value of domain setting. More...
 
unsafe double PointValue [get, set]
 Returns or sets the method choosed to define select point value. More...
 
unsafe
NXOpen.CAE.ResponseSimulation.ResponseDomainDefinitionMethod 
ResponseDomainDefinitionOption [get, set]
 Returns or sets the method choosed to define response domain More...
 
unsafe double StartPoint [get, set]
 Returns or sets the start value of domain setting. More...
 

Detailed Description

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

Created in NX5.0.0

Member Function Documentation

unsafe NXOpen.CAE.FEElement [] NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder.GetDestinationElements ( )

Returns the destination elements

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Returns
unsafe NXOpen.CAE.FENode [] NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder.GetDestinationNodes ( )

Returns the destination nodes

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Returns
unsafe NXOpen.CAE.ResponseSimulation.EvaluationResultType [] NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder.GetOutputOptions ( )

Returns the output options

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Returns
unsafe double [] NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder.GetPointsValueList ( )

Returns the points value list

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Returns
unsafe void NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder.SetDestinationElements ( NXOpen.CAE.FEElement[]  destinationElement)

Sets the destination elements

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Parameters
destinationElement
unsafe void NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder.SetDestinationNodes ( NXOpen.CAE.FENode[]  destinationNodes)

Sets the destination nodes

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Parameters
destinationNodes
unsafe void NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder.SetOutputOptions ( NXOpen.CAE.ResponseSimulation.EvaluationResultType[]  outputOptions)

Sets the output options

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Parameters
outputOptions
unsafe void NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder.SetPointsValueList ( double[]  pointsValueList)

Sets the points value list

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Parameters
pointsValueList

Property Documentation

unsafe int NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder.DecimationOrder
getset

Returns or sets the decimation order of domain setting.

Only available when response domain is CAE.ResponseSimulation.ResponseDomainDefinitionMethod.StartEndPoint

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 double NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder.EndPoint
getset

Returns or sets the end value of domain setting.

Only available when response domain is CAE.ResponseSimulation.ResponseDomainDefinitionMethod.StartEndPoint

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 double NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder.PointValue
getset

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

Only available when response domain is CAE.ResponseSimulation.ResponseDomainDefinitionMethod.KeyIn

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.ResponseDomainDefinitionMethod NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder.ResponseDomainDefinitionOption
getset

Returns or sets the method choosed to define response domain

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 double NXOpen.CAE.ResponseSimulation.ResponseResultsEvaluationSettingBuilder.StartPoint
getset

Returns or sets the start value of domain setting.

Only available when response domain is CAE.ResponseSimulation.ResponseDomainDefinitionMethod.StartEndPoint

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.