NX Open C++ Reference Guide
|
This is a manager to the CAE::ResponseSimulation::Solution class. More...
Public Member Functions | |
NXOpen::CAE::ResponseSimulation::SolutionAttributes * | Attributes () |
Returns the attributes setting Created in NX5.0.0. | |
NXString | ImportedEefFile () |
Returns the EEF file imported to create an imported response analysis meta solution. | |
NXOpen::CAE::SimSolution * | ReferencedSolution () |
Returns the referenced solution which must be a SEMODES *103 solution with modal results solved Created in NX5.0.0. | |
void | SetImportedEefFile (const NXString &importedEefFile) |
Sets the EEF file imported to create an imported response analysis meta solution. | |
void | SetImportedEefFile (const char *importedEefFile) |
Sets the EEF file imported to create an imported response analysis meta solution. | |
void | SetReferencedSolution (NXOpen::CAE::SimSolution *referencedSolution) |
Sets the referenced solution which must be a SEMODES *103 solution with modal results solved Created in NX5.0.0. | |
![]() | |
NXOpen::CAE::ResponseSimulation::ObjectLabel * | ObjectLabel () |
Returns the object label 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::Solution class.
Object of type CAE::ResponseSimulation::Solution can be created and edited only through this class
To create a new instance of this class, use CAE::ResponseSimulation::SolutionCollection::CreateSolutionBuilder
Created in NX5.0.0.
NXOpen::CAE::ResponseSimulation::SolutionAttributes* NXOpen::CAE::ResponseSimulation::SolutionBuilder::Attributes | ( | ) |
Returns the attributes setting
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXString NXOpen::CAE::ResponseSimulation::SolutionBuilder::ImportedEefFile | ( | ) |
Returns the EEF file imported to create an imported response analysis meta solution.
There is event definition containing in the EEF file. An event will be created with the solution. To the imported solution and event, the users can only perform evaluation and not able to create new events and excitations
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::SimSolution* NXOpen::CAE::ResponseSimulation::SolutionBuilder::ReferencedSolution | ( | ) |
Returns the referenced solution which must be a SEMODES *103 solution with modal results solved
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
void NXOpen::CAE::ResponseSimulation::SolutionBuilder::SetImportedEefFile | ( | const NXString & | importedEefFile | ) |
Sets the EEF file imported to create an imported response analysis meta solution.
There is event definition containing in the EEF file. An event will be created with the solution. To the imported solution and event, the users can only perform evaluation and not able to create new events and excitations
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
importedEefFile | imported eef file |
void NXOpen::CAE::ResponseSimulation::SolutionBuilder::SetImportedEefFile | ( | const char * | importedEefFile | ) |
Sets the EEF file imported to create an imported response analysis meta solution.
There is event definition containing in the EEF file. An event will be created with the solution. To the imported solution and event, the users can only perform evaluation and not able to create new events and excitations
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
importedEefFile | imported eef file |
void NXOpen::CAE::ResponseSimulation::SolutionBuilder::SetReferencedSolution | ( | NXOpen::CAE::SimSolution * | referencedSolution | ) |
Sets the referenced solution which must be a SEMODES *103 solution with modal results solved
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
referencedSolution | This parameter may not be NULL. |