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

This is the class representing a NXOpen.CAE.PostProcessingSession . More...

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

Public Member Functions

unsafe
NXOpen.CAE.PostProcessingSessionApplicator 
CreateBuilder (NXOpen.CAE.CaePart part)
 Creates a NXOpen.CAE.PostProcessingSessionApplicator . More...
 
unsafe void ExportLayoutStatesListForValidation (string file, NXOpen.CAE.LayoutState[] layoutStatesToExport)
 Exports the list of Layout States to a validation external file. More...
 
unsafe void ExportLayoutStatesListToSessionFile (string file, NXOpen.CAE.LayoutState[] layoutStatesToExport)
 Exports the list of Layout States to an external file More...
 
unsafe void ExportToFile (NXOpen.CAE.CaePart part, string filePath)
 Exports the Post Processing Session to an external file More...
 
unsafe void ExportToFileForValidation (NXOpen.CAE.CaePart part, string filePath)
 Exports the Post Processing Session to an external file. More...
 
unsafe NXOpen.CAE.LayoutState GetActiveLayoutState (NXOpen.CAE.CaePart part)
 Get the active Layout State of this Post Processing Session. More...
 
unsafe string GetExportedFilePath (NXOpen.CAE.CaePart part)
 Get the latest exported file path of this Post Processing Session. 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

Tag Tag [get]
 Returns the tag of this object. 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 is the class representing a NXOpen.CAE.PostProcessingSession .

Not support KF.

Created in NX12.0.0

Member Function Documentation

unsafe NXOpen.CAE.PostProcessingSessionApplicator NXOpen.CAE.PostProcessingSession.CreateBuilder ( NXOpen.CAE.CaePart  part)
inline

Creates a NXOpen.CAE.PostProcessingSessionApplicator .

This builder is used to create or edit a post processing session.

Created in NX12.0.0

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

Parameters
part
Returns
unsafe void NXOpen.CAE.PostProcessingSession.ExportLayoutStatesListForValidation ( string  file,
NXOpen.CAE.LayoutState[]  layoutStatesToExport 
)
inline

Exports the list of Layout States to a validation external file.

For internal use only. The information exported by this method cannot by used as viewport description by SetViewportDescription.

Created in NX1899.0.0

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

Parameters
filename of the file
layoutStatesToExportthe array of layout states to export
unsafe void NXOpen.CAE.PostProcessingSession.ExportLayoutStatesListToSessionFile ( string  file,
NXOpen.CAE.LayoutState[]  layoutStatesToExport 
)
inline

Exports the list of Layout States to an external file

Created in NX1899.0.0

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

Parameters
filename of the file
layoutStatesToExportthe array of layout states to export
unsafe void NXOpen.CAE.PostProcessingSession.ExportToFile ( NXOpen.CAE.CaePart  part,
string  filePath 
)
inline

Exports the Post Processing Session to an external file

Created in NX12.0.0

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

Parameters
part
filePath
unsafe void NXOpen.CAE.PostProcessingSession.ExportToFileForValidation ( NXOpen.CAE.CaePart  part,
string  filePath 
)
inline

Exports the Post Processing Session to an external file.

For internal use only. The information exported by this method cannot by used as viewport description by SetViewportDescription.

Created in NX1899.0.0

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

Parameters
part
filePath
unsafe NXOpen.CAE.LayoutState NXOpen.CAE.PostProcessingSession.GetActiveLayoutState ( NXOpen.CAE.CaePart  part)
inline

Get the active Layout State of this Post Processing Session.

Created in NX1872.0.0

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

Parameters
part
Returns
unsafe string NXOpen.CAE.PostProcessingSession.GetExportedFilePath ( NXOpen.CAE.CaePart  part)
inline

Get the latest exported file path of this Post Processing Session.

Created in NX1872.0.0

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

Parameters
part
Returns
the latest exported file path

Property Documentation

Tag NXOpen.CAE.PostProcessingSession.Tag
get

Returns the tag of this object.


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