NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::ResponseSimulation::RmsResultsEvaluationSettingBuilder Class Reference

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

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

Public Member Functions

NXOpen::CAE::ResponseSimulation::RmsLcrEvaluationMethod EvaluationMethod ()
 Returns the evaluation method for RMS
Created in NX8.5.0. More...
 
void SetEvaluationMethod (NXOpen::CAE::ResponseSimulation::RmsLcrEvaluationMethod evaluationMethod)
 Sets the evaluation method for RMS
Created in NX8.5.0. More...
 
void SetUserDefinedDirection (NXOpen::Direction *userDefinedDirection)
 Sets the user defined direction
More...
 
void SetUsingUserDefinedDirection (bool usingUserDefinedDirection)
 Sets the option of using user defined direction
More...
 
NXOpen::DirectionUserDefinedDirection ()
 Returns the user defined direction
More...
 
bool UsingUserDefinedDirection ()
 Returns the option of using user defined direction
More...
 
- Public Member Functions inherited from NXOpen::CAE::ResponseSimulation::PrlResultsEvaluationSettingBuilder
NXOpen::CAE::ResponseSimulation::CoordinateSystem CoordinateSystem ()
 Returns the coordinate system. More...
 
std::vector
< NXOpen::CAE::ResponseSimulation::DirectionDataComponent
GetDataComponents ()
 Returns the direction data components. More...
 
std::vector
< NXOpen::CAE::FEElement * > 
GetOutputElements ()
 Returns the destination elements. More...
 
std::vector
< NXOpen::CAE::FENode * > 
GetOutputNodes ()
 Returns the destination nodes. More...
 
NXOpen::CAE::FENodeObservationNode ()
 Returns the relative node.Only available when result type is NXOpen::CAE::ResponseSimulation::EvaluationResultTypeDisplacement , NXOpen::CAE::ResponseSimulation::EvaluationResultTypeAcceleration , NXOpen::CAE::ResponseSimulation::EvaluationResultTypeElementForce. More...
 
bool Relative ()
 Returns the option of using the observation node in evaluation. More...
 
NXOpen::CAE::ResponseSimulation::EvaluationResultType ResultType ()
 Returns the result type
Created in NX5.0.0. More...
 
void SetCoordinateSystem (NXOpen::CAE::ResponseSimulation::CoordinateSystem coordinateSystem)
 Sets the coordinate system. More...
 
void SetDataComponents (const std::vector< NXOpen::CAE::ResponseSimulation::DirectionDataComponent > &dataComponent)
 Sets the direction data components. More...
 
void SetObservationNode (NXOpen::CAE::FENode *relativeNode)
 Sets the relative node.Only available when result type is NXOpen::CAE::ResponseSimulation::EvaluationResultTypeDisplacement , NXOpen::CAE::ResponseSimulation::EvaluationResultTypeAcceleration , NXOpen::CAE::ResponseSimulation::EvaluationResultTypeElementForce. More...
 
void SetOutputElements (const std::vector< NXOpen::CAE::FEElement * > &destinationElements)
 Sets the destination elements
Created in NX5.0.0. More...
 
void SetOutputNodes (const std::vector< NXOpen::CAE::FENode * > &destinationNodes)
 Sets the destination nodes
Created in NX5.0.0. More...
 
void SetRelative (bool relative)
 Sets the option of using the observation node in evaluation. More...
 
void SetResultType (NXOpen::CAE::ResponseSimulation::EvaluationResultType resultType)
 Sets the result type
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAE::ResponseSimulation::DynamicResultEvaluationSettingBuilder
std::vector< NXStringGetDescriptionString ()
 Returns the description. More...
 
void SetDescriptionString (const std::vector< NXString > &description)
 Sets the description
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This is a manager to the NXOpen::CAE::ResponseSimulation::RmsResultsEvaluationSetting class.

Object of type NXOpen::CAE::ResponseSimulation::RmsResultsEvaluationSetting can be created and edited only through this class
To create a new instance of this class, use NXOpen::CAE::ResponseSimulation::EvaluationSettingManager::CreateRmsResultsEvaluationSettingBuilder

Created in NX5.0.0.

Member Function Documentation

NXOpen::CAE::ResponseSimulation::RmsLcrEvaluationMethod NXOpen::CAE::ResponseSimulation::RmsResultsEvaluationSettingBuilder::EvaluationMethod ( )

Returns the evaluation method for RMS
Created in NX8.5.0.



License requirements : nx_response_anlys ("NX Response Analysis")

void NXOpen::CAE::ResponseSimulation::RmsResultsEvaluationSettingBuilder::SetEvaluationMethod ( NXOpen::CAE::ResponseSimulation::RmsLcrEvaluationMethod  evaluationMethod)

Sets the evaluation method for RMS
Created in NX8.5.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
evaluationMethodevaluationmethod
void NXOpen::CAE::ResponseSimulation::RmsResultsEvaluationSettingBuilder::SetUserDefinedDirection ( NXOpen::Direction userDefinedDirection)

Sets the user defined direction

Deprecated:
Deprecated in NX8.5.0.

This method is not used any more and there is no replacement for it.


Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
userDefinedDirectionuser defined direction
void NXOpen::CAE::ResponseSimulation::RmsResultsEvaluationSettingBuilder::SetUsingUserDefinedDirection ( bool  usingUserDefinedDirection)

Sets the option of using user defined direction

Deprecated:
Deprecated in NX8.5.0.

This method is not used any more and there is no replacement for it.


Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
usingUserDefinedDirectionusing user defined direction
NXOpen::Direction* NXOpen::CAE::ResponseSimulation::RmsResultsEvaluationSettingBuilder::UserDefinedDirection ( )

Returns the user defined direction

Deprecated:
Deprecated in NX8.5.0.

This method is not used any more and there is no replacement for it.


Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

bool NXOpen::CAE::ResponseSimulation::RmsResultsEvaluationSettingBuilder::UsingUserDefinedDirection ( )

Returns the option of using user defined direction

Deprecated:
Deprecated in NX8.5.0.

This method is not used any more and there is no replacement for it.


Created in NX5.0.0.

License requirements : 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.