NX Open C++ Reference Guide
|
This is a manager to the CAE::ResponseSimulation::PeakValueEvaluationSetting class. More...
Public Member Functions | |
NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions * | CombinationOptions () |
Returns the setting of combination evaluation. | |
![]() | |
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::PeakValueEvaluationSetting class.
Object of type CAE::ResponseSimulation::PeakValueEvaluationSetting can be created and edited only through this class
To create a new instance of this class, use CAE::ResponseSimulation::EvaluationSettingManager::CreatePeakValueEvaluationSettingBuilder
Created in NX5.0.0.
NXOpen::CAE::ResponseSimulation::CombinationEvaluationOptions* NXOpen::CAE::ResponseSimulation::PeakValueEvaluationSettingBuilder::CombinationOptions | ( | ) |
Returns the setting of combination evaluation.
Only available when event type is CAE::ResponseSimulation::RSEvent::TypeRandom or CAE::ResponseSimulation::RSEvent::TypeResponseSpectrum
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")