NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::CaeSession Class Reference

This class provides access to all session related CAE functionality. More...

Public Member Functions

NXOpen::CAE::CaeDataContainerGetDataContainer ()
 Returns a CAE::CaeDataContainer to be used for specifying input parameters operations like Simulation Import and Export.
 
NXOpen::CAE::CaePartImportSimulation (const NXString &solverName, NXOpen::CAE::CaeDataContainer *propertyList)
 Creates a CAE::SimPart and a CAE::FemPart from solver specific data.
 
NXOpen::CAE::CaePartImportSimulation (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.
 

Detailed Description

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.

Member Function Documentation

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.

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
solverNamethe solver name to indicate what type of data is being imported
NOTE: The full Unicode character set is not supported for this parameter.
propertyListthe 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.

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
solverNamethe solver name to indicate what type of data is being imported
NOTE: The full Unicode character set is not supported for this parameter.
propertyListthe import parameters see GetDataContainer .
tag_t NXOpen::CAE::CaeSession::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2013 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.