NX Open C++ Reference Guide
|
Represents the abstract builder class of evaluation setting for FRF and transmissibility
This is an abstract class, and cannot be created.
More...
Public Member Functions | |
NXOpen::CAE::ResponseSimulation::DataLocation * | DataLocation () |
Returns the frequency setting Created in NX5.0.0. | |
NXOpen::CAE::ResponseSimulation::FrequencyDefinition * | EvaluationProperty () |
Returns the frequency setting Created in NX5.0.0. | |
std::vector < NXOpen::CAE::FEElement * > | GetOutputElements () |
Returns destination nodes. | |
std::vector < NXOpen::CAE::FENode * > | GetOutputNodes () |
Returns destination nodes. | |
NXOpen::CAE::ResponseSimulation::DirectionDataComponent | InputDirection () |
Returns the source direction data component Created in NX5.0.0. | |
NXOpen::CAE::FENode * | InputNode () |
Returns the source node. | |
NXOpen::CAE::FENode * | ObservationNode () |
Returns the observation nodes. | |
NXOpen::CAE::ResponseSimulation::DirectionDataComponent | OutputRequest () |
Returns the destination direction data component Created in NX5.0.0. | |
void | SetInputDirection (NXOpen::CAE::ResponseSimulation::DirectionDataComponent dataComponent) |
Sets the source direction data component Created in NX5.0.0. | |
void | SetInputNode (NXOpen::CAE::FENode *sourceNode) |
Sets the source node. | |
void | SetObservationNode (NXOpen::CAE::FENode *observationNode) |
Sets the observation nodes. | |
void | SetOutputElements (const std::vector< NXOpen::CAE::FEElement * > &destinationElements) |
Sets destination nodes Created in NX5.0.0. | |
void | SetOutputNodes (const std::vector< NXOpen::CAE::FENode * > &destinationNode) |
Sets destination nodes Created in NX5.0.0. | |
void | SetOutputRequest (NXOpen::CAE::ResponseSimulation::DirectionDataComponent dataComponent) |
Sets the destination direction data component Created in NX5.0.0. | |
![]() | |
NXOpen::CAE::ResponseSimulation::FunctionEvaluationOutputSettings * | OutputSettings () |
Returns the output setting. | |
NXOpen::CAE::ResponseSimulation::EvaluationResultType | ResultType () |
Returns the result type Created in NX5.0.0. | |
void | SetResultType (NXOpen::CAE::ResponseSimulation::EvaluationResultType resultType) |
Sets the result type 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. | |
Represents the abstract builder class of evaluation setting for FRF and transmissibility
This is an abstract class, and cannot be created.
Created in NX5.0.0.
NXOpen::CAE::ResponseSimulation::DataLocation* NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder::DataLocation | ( | ) |
Returns the frequency setting
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::FrequencyDefinition* NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder::EvaluationProperty | ( | ) |
Returns the frequency setting
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
std::vector<NXOpen::CAE::FEElement *> NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder::GetOutputElements | ( | ) |
Returns destination nodes.
Only available when result type is CAE::ResponseSimulation::EvaluationResultTypeStress , CAE::ResponseSimulation::EvaluationResultTypeStrain , CAE::ResponseSimulation::EvaluationResultTypeShellStressResultant
std::vector<NXOpen::CAE::FENode *> NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder::GetOutputNodes | ( | ) |
Returns destination nodes.
Only available when result type is CAE::ResponseSimulation::EvaluationResultTypeDisplacement , CAE::ResponseSimulation::EvaluationResultTypeVelocity , CAE::ResponseSimulation::EvaluationResultTypeAcceleration , CAE::ResponseSimulation::EvaluationResultTypeReactionForce
NXOpen::CAE::ResponseSimulation::DirectionDataComponent NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder::InputDirection | ( | ) |
Returns the source direction data component
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::FENode* NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder::InputNode | ( | ) |
Returns the source node.
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::FENode* NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder::ObservationNode | ( | ) |
Returns the observation nodes.
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::DirectionDataComponent NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder::OutputRequest | ( | ) |
Returns the destination direction data component
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
void NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder::SetInputDirection | ( | NXOpen::CAE::ResponseSimulation::DirectionDataComponent | dataComponent | ) |
Sets the source direction data component
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
dataComponent | data component |
void NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder::SetInputNode | ( | NXOpen::CAE::FENode * | sourceNode | ) |
Sets the source node.
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
sourceNode | source node |
void NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder::SetObservationNode | ( | NXOpen::CAE::FENode * | observationNode | ) |
Sets the observation nodes.
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
observationNode | observation node |
void NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder::SetOutputElements | ( | const std::vector< NXOpen::CAE::FEElement * > & | destinationElements | ) |
Sets destination nodes
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
destinationElements | destination elements |
void NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder::SetOutputNodes | ( | const std::vector< NXOpen::CAE::FENode * > & | destinationNode | ) |
Sets destination nodes
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
destinationNode | destination node |
void NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder::SetOutputRequest | ( | NXOpen::CAE::ResponseSimulation::DirectionDataComponent | dataComponent | ) |
Sets the destination direction data component
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
dataComponent | data component |