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 | 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. |
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
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")
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")
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::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. |