NXOpen .NET Reference  12.0.0
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:

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...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
NXOpen.MaterialUtilities MaterialUtils [get]
 Returns the NXOpen.MaterialUtilities instance belonging to this session More...
 
NXOpen.CAE.AssociationUtilities AssociationUtils [get]
 Returns the NXOpen.CAE.AssociationUtilities instance belonging to this session More...
 
NXOpen.CAE.QualityAudit.Manager QualityAuditManager [get]
 Returns the NXOpen.CAE.QualityAudit.Manager belonging to this session. 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 ( )

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 
)

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)

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.


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