PostProcessingSession Class

class NXOpen.CAE.PostProcessingSession

Bases: object

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

Not support KF.

New in version NX12.0.0.

Methods

Method Description
CreateBuilder Creates a NXOpen.CAE.PostProcessingSessionApplicator.
ExportToFile Exports the Post Processing Session to an external file

Method Detail

CreateBuilder

PostProcessingSession.CreateBuilder

Creates a NXOpen.CAE.PostProcessingSessionApplicator.

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

Signature CreateBuilder(part)

Parameters:part (NXOpen.CAE.CaePart) –
Returns:
Return type:NXOpen.CAE.PostProcessingSessionApplicator

New in version NX12.0.0.

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

ExportToFile

PostProcessingSession.ExportToFile

Exports the Post Processing Session to an external file

Signature ExportToFile(part, filePath)

Parameters:

New in version NX12.0.0.

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