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::AssociationUtilitiesAssociationUtils ()
 Returns the NXOpen::CAE::AssociationUtilities instance belonging to this session
Created in NX11.0.0. More...
 
NXOpen::CAE::CaeDataContainerGetDataContainer ()
 Returns a NXOpen::CAE::CaeDataContainer to be used for specifying input parameters operations like Simulation Import and Export. More...
 
NXOpen::CAE::CaePartImportSimulation (const NXString &solverName, NXOpen::CAE::CaeDataContainer *propertyList)
 Creates a NXOpen::CAE::SimPart and a NXOpen::CAE::FemPart from solver specific data. More...
 
NXOpen::CAE::CaePartImportSimulation (const char *solverName, NXOpen::CAE::CaeDataContainer *propertyList)
 Creates a NXOpen::CAE::SimPart and a NXOpen::CAE::FemPart from solver specific data. More...
 
NXOpen::MaterialUtilitiesMaterialUtils ()
 Returns the NXOpen::MaterialUtilities instance belonging to this session
Created in NX10.0.0. More...
 
NXOpen::CAE::QualityAudit::ManagerQualityAuditManager ()
 Returns the NXOpen::CAE::QualityAudit::Manager belonging to this session. More...
 
void SetFileNewContext (NXOpen::NXObject *contextPart)
 Sets the context part for use in naming new FEM, Sim, and Idealized parts in managed mode. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class provides access to all session related CAE functionality.


To obtain an instance of this class, refer to NXOpen::Session

Created in NX7.5.0.

Member Function Documentation

NXOpen::CAE::AssociationUtilities* NXOpen::CAE::CaeSession::AssociationUtils ( )

Returns the NXOpen::CAE::AssociationUtilities instance belonging to this session
Created in NX11.0.0.


NXOpen::CAE::CaeDataContainer* NXOpen::CAE::CaeSession::GetDataContainer ( )

Returns a NXOpen::CAE::CaeDataContainer to be used for specifying input parameters operations like Simulation Import and Export.

Returns
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 NXOpen::CAE::SimPart and a NXOpen::CAE::FemPart from solver specific data.

Import is driven by that properties defined in the input NXOpen::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
propertyListthe import parameters see GetDataContainer .
NXOpen::CAE::CaePart* NXOpen::CAE::CaeSession::ImportSimulation ( const char *  solverName,
NXOpen::CAE::CaeDataContainer propertyList 
)

Creates a NXOpen::CAE::SimPart and a NXOpen::CAE::FemPart from solver specific data.

Import is driven by that properties defined in the input NXOpen::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
propertyListthe import parameters see GetDataContainer .
NXOpen::MaterialUtilities* NXOpen::CAE::CaeSession::MaterialUtils ( )

Returns the NXOpen::MaterialUtilities instance belonging to this session
Created in NX10.0.0.


NXOpen::CAE::QualityAudit::Manager* NXOpen::CAE::CaeSession::QualityAuditManager ( )

Returns the NXOpen::CAE::QualityAudit::Manager belonging to this session.


Created in NX12.0.0.

void NXOpen::CAE::CaeSession::SetFileNewContext ( NXOpen::NXObject contextPart)

Sets the context part for use in naming new FEM, Sim, and Idealized parts in managed mode.


Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
contextPartthe context part
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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.