NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.CAE.FEElement[] GetDestinationElements ()
 Returns the destination elements More...
 
unsafe NXOpen.CAE.FENode[] GetDestinationNodes ()
 Returns the destination nodes More...
 
unsafe
NXOpen.CAE.ResponseSimulation.EvaluationResultType[] 
GetOutputOptions ()
 Returns the output options More...
 
unsafe double[] GetPointsValueList ()
 Returns the points value list More...
 
unsafe void SetDestinationElements (NXOpen.CAE.FEElement[] destinationElement)
 Sets the destination elements More...
 
unsafe void SetDestinationNodes (NXOpen.CAE.FENode[] destinationNodes)
 Sets the destination nodes More...
 
unsafe void SetOutputOptions (NXOpen.CAE.ResponseSimulation.EvaluationResultType[] outputOptions)
 Sets the output options 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 string GetResponseResultNameString ()
 Returns the response result name. More...
 
unsafe void SetDescriptionString (string[] description)
 Sets the description More...
 
unsafe void SetResponseResultNameString (string responseResultName)
 Sets the response result name 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...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. 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...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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 ( )
inline

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 ( )
inline

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 ( )
inline

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 ( )
inline

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

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

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

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

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.