NX Open C++ Reference Guide
|
This class provides access to all session related CAE functionality. More...
Public Member Functions | |
NXOpen::CAE::CaeDataContainer * | GetDataContainer () |
Returns a CAE::CaeDataContainer to be used for specifying input parameters operations like Simulation Import and Export. | |
NXOpen::CAE::CaePart * | ImportSimulation (const NXString &solverName, NXOpen::CAE::CaeDataContainer *propertyList) |
Creates a CAE::SimPart and a CAE::FemPart from solver specific data. | |
NXOpen::CAE::CaePart * | ImportSimulation (const char *solverName, NXOpen::CAE::CaeDataContainer *propertyList) |
Creates a CAE::SimPart and a CAE::FemPart from solver specific data. | |
tag_t | Tag () const |
Returns the tag of this object. | |
This class provides access to all session related CAE functionality.
To obtain an instance of this class, refer to Session
Created in NX7.5.0.
NXOpen::CAE::CaeDataContainer* NXOpen::CAE::CaeSession::GetDataContainer | ( | ) |
Returns a CAE::CaeDataContainer to be used for specifying input parameters operations like Simulation Import and Export.
@return the Cae Data Container
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
NXOpen::CAE::CaePart* NXOpen::CAE::CaeSession::ImportSimulation | ( | const NXString & | solverName, |
NXOpen::CAE::CaeDataContainer * | propertyList | ||
) |
Creates a CAE::SimPart and a CAE::FemPart from solver specific data.
Import is driven by that properties defined in the input CAE::CaeDataContainer propertyList. The exact properties can vary from solver to solver.
solverName | the solver name to indicate what type of data is being imported NOTE: The full Unicode character set is not supported for this parameter. |
propertyList | the import parameters see GetDataContainer . |
NXOpen::CAE::CaePart* NXOpen::CAE::CaeSession::ImportSimulation | ( | const char * | solverName, |
NXOpen::CAE::CaeDataContainer * | propertyList | ||
) |
Creates a CAE::SimPart and a CAE::FemPart from solver specific data.
Import is driven by that properties defined in the input CAE::CaeDataContainer propertyList. The exact properties can vary from solver to solver.
solverName | the solver name to indicate what type of data is being imported NOTE: The full Unicode character set is not supported for this parameter. |
propertyList | the import parameters see GetDataContainer . |
tag_t NXOpen::CAE::CaeSession::Tag | ( | ) | const |
Returns the tag of this object.