NX Open C++ Reference Guide
|
Represents analysis results for a given CAE::SimSolution . More...
Public Member Functions | |
void | CombineLoadcases (NXOpen::CAE::SimPart *part, NXOpen::CAE::SimSolution *solution, const std::vector< NXOpen::CAE::SimSolutionStep * > &lcaseas, const std::vector< double > &factors, const NXString &desc) |
Combine the load cases Created in NX6.0.2. | |
NXOpen::CAE::SimSolution * | Solution () |
Returns the solution Created in NX6.0.2. |
Represents analysis results for a given CAE::SimSolution .
Use CAE::ResultManager to create an CAE::SolutionResult
An instance of this class can not be obtained
Created in NX6.0.2.
void NXOpen::CAE::SolutionResult::CombineLoadcases | ( | NXOpen::CAE::SimPart * | part, |
NXOpen::CAE::SimSolution * | solution, | ||
const std::vector< NXOpen::CAE::SimSolutionStep * > & | lcaseas, | ||
const std::vector< double > & | factors, | ||
const NXString & | desc | ||
) |
Combine the load cases
Created in NX6.0.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
part | part |
solution | solution |
lcaseas | lcaseas |
factors | factors |
desc | NOTE: The full Unicode character set is not supported for this parameter. |
Returns the solution
Created in NX6.0.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")