NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.CaeSession Class Reference

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

Inheritance diagram for NXOpen.CAE.CaeSession:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.CAE.CaeDataContainer GetDataContainer ()
 Returns a NXOpen.CAE.CaeDataContainer to be used for specifying input parameters operations like Simulation Import and Export. More...
 
unsafe NXOpen.CAE.CaePart ImportSimulation (string solverName, NXOpen.CAE.CaeDataContainer propertyList)
 Creates a NXOpen.CAE.SimPart and a NXOpen.CAE.FemPart from solver specific data. More...
 
unsafe void SetFileNewContext (NXOpen.NXObject contextPart)
 Sets the context part for use in naming new FEM, Sim, and Idealized parts in managed mode. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

NXOpen.CAE.AssociationUtilities AssociationUtils [get]
 Returns the NXOpen.CAE.AssociationUtilities instance belonging to this session More...
 
NXOpen.MaterialUtilities MaterialUtils [get]
 Returns the NXOpen.MaterialUtilities instance belonging to this session More...
 
NXOpen.CAE.QualityAudit.Manager QualityAuditManager [get]
 Returns the NXOpen.CAE.QualityAudit.Manager belonging to this session. More...
 
Tag Tag [get]
 Returns the tag of this object. More...
 
NXOpen.CAE.Connections.Utils UniversalConnectionUtilities [get]
 Returns the NXOpen.CAE.Connections.Utils instance belonging to this session More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> 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

unsafe NXOpen.CAE.CaeDataContainer NXOpen.CAE.CaeSession.GetDataContainer ( )
inline

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

Created in NX7.5.0

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

Returns
the Cae Data Container
unsafe NXOpen.CAE.CaePart NXOpen.CAE.CaeSession.ImportSimulation ( string  solverName,
NXOpen.CAE.CaeDataContainer  propertyList 
)
inline

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.

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 .
Returns
unsafe void NXOpen.CAE.CaeSession.SetFileNewContext ( NXOpen.NXObject  contextPart)
inline

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

Property Documentation

NXOpen.CAE.AssociationUtilities NXOpen.CAE.CaeSession.AssociationUtils
get

Returns the NXOpen.CAE.AssociationUtilities instance belonging to this session

Created in NX11.0.0

NXOpen.MaterialUtilities NXOpen.CAE.CaeSession.MaterialUtils
get

Returns the NXOpen.MaterialUtilities instance belonging to this session

Created in NX10.0.0

NXOpen.CAE.QualityAudit.Manager NXOpen.CAE.CaeSession.QualityAuditManager
get

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

Created in NX12.0.0

Tag NXOpen.CAE.CaeSession.Tag
get

Returns the tag of this object.

NXOpen.CAE.Connections.Utils NXOpen.CAE.CaeSession.UniversalConnectionUtilities
get

Returns the NXOpen.CAE.Connections.Utils instance belonging to this session

Created in NX1847.0.0


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