NX Open C++ Reference Guide
|
This is a manager to the CAE::ResponseSimulation::RmsResultsEvaluationSetting class. More...
Public Member Functions | |
NXOpen::CAE::ResponseSimulation::RmsLcrEvaluationMethod | EvaluationMethod () |
Returns the evaluation method for RMS Created in NX8.5.0. | |
void | SetEvaluationMethod (NXOpen::CAE::ResponseSimulation::RmsLcrEvaluationMethod evaluationMethod) |
Sets the evaluation method for RMS Created in NX8.5.0. | |
void | SetUserDefinedDirection (NXOpen::Direction *userDefinedDirection) |
Sets the user defined direction | |
void | SetUsingUserDefinedDirection (bool usingUserDefinedDirection) |
Sets the option of using user defined direction | |
NXOpen::Direction * | UserDefinedDirection () |
Returns the user defined direction | |
bool | UsingUserDefinedDirection () |
Returns the option of using user defined direction | |
![]() | |
NXOpen::CAE::ResponseSimulation::CoordinateSystem | CoordinateSystem () |
Returns the coordinate system. | |
std::vector < NXOpen::CAE::ResponseSimulation::DirectionDataComponent > | GetDataComponents () |
Returns the direction data components. | |
std::vector < NXOpen::CAE::FEElement * > | GetOutputElements () |
Returns the destination elements. | |
std::vector < NXOpen::CAE::FENode * > | GetOutputNodes () |
Returns the destination nodes. | |
NXOpen::CAE::FENode * | ObservationNode () |
Returns the relative node.Only available when result type is CAE::ResponseSimulation::EvaluationResultTypeDisplacement , CAE::ResponseSimulation::EvaluationResultTypeAcceleration , CAE::ResponseSimulation::EvaluationResultTypeElementForce. | |
bool | Relative () |
Returns the option of using the observation node in evaluation. | |
NXOpen::CAE::ResponseSimulation::EvaluationResultType | ResultType () |
Returns the result type Created in NX5.0.0. | |
void | SetCoordinateSystem (NXOpen::CAE::ResponseSimulation::CoordinateSystem coordinateSystem) |
Sets the coordinate system. | |
void | SetDataComponents (const std::vector< NXOpen::CAE::ResponseSimulation::DirectionDataComponent > &dataComponent) |
Sets the direction data components. | |
void | SetObservationNode (NXOpen::CAE::FENode *relativeNode) |
Sets the relative node.Only available when result type is CAE::ResponseSimulation::EvaluationResultTypeDisplacement , CAE::ResponseSimulation::EvaluationResultTypeAcceleration , CAE::ResponseSimulation::EvaluationResultTypeElementForce. | |
void | SetOutputElements (const std::vector< NXOpen::CAE::FEElement * > &destinationElements) |
Sets the destination elements Created in NX5.0.0. | |
void | SetOutputNodes (const std::vector< NXOpen::CAE::FENode * > &destinationNodes) |
Sets the destination nodes Created in NX5.0.0. | |
void | SetRelative (bool relative) |
Sets the option of using the observation node in evaluation. | |
void | SetResultType (NXOpen::CAE::ResponseSimulation::EvaluationResultType resultType) |
Sets the result type Created in NX5.0.0. | |
![]() | |
std::vector< NXString > | GetDescriptionString () |
Returns the description. | |
void | SetDescriptionString (const std::vector< NXString > &description) |
Sets the description Created in NX5.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
This is a manager to the CAE::ResponseSimulation::RmsResultsEvaluationSetting class.
Object of type CAE::ResponseSimulation::RmsResultsEvaluationSetting can be created and edited only through this class
To create a new instance of this class, use CAE::ResponseSimulation::EvaluationSettingManager::CreateRmsResultsEvaluationSettingBuilder
Created in NX5.0.0.
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")
evaluationMethod | evaluationmethod |
void NXOpen::CAE::ResponseSimulation::RmsResultsEvaluationSettingBuilder::SetUserDefinedDirection | ( | NXOpen::Direction * | userDefinedDirection | ) |
Sets the user defined direction
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")
userDefinedDirection | user defined direction |
void NXOpen::CAE::ResponseSimulation::RmsResultsEvaluationSettingBuilder::SetUsingUserDefinedDirection | ( | bool | usingUserDefinedDirection | ) |
Sets the option of using user defined direction
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")
usingUserDefinedDirection | using user defined direction |
NXOpen::Direction* NXOpen::CAE::ResponseSimulation::RmsResultsEvaluationSettingBuilder::UserDefinedDirection | ( | ) |
Returns the user defined direction
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
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")