PostScenarioParameters Class

class NXOpen.CAE.PostScenarioParameters

Bases: NXOpen.TransientObject

The class represents the NXOpen.CAE.PostScenarioParameters used to instanciate a NXOpen.CAE.PostScenarioBuilder.

To create a new instance of this class, use NXOpen.CAE.PostScenarioManager.NewPostScenarioParameters()

New in version NX11.0.0.

Properties

Property Description
DataSource Returns or sets the data source object to be processed by the post scenario.
ScenarioDescriptor Returns or sets the scenario descriptor used by the post scenario.
ViewPortIndex Returns or sets the index of a view port on the main graphic window, on which the plot graph will be shown.

Methods

Method Description
Dispose Destroys the object

Property Detail

DataSource

PostScenarioParameters.DataSource

Returns or sets the data source object to be processed by the post scenario.

-------------------------------------

Getter Method

Signature DataSource()

Returns:
Return type:NXOpen.CAE.IPostScenarioDataSource

New in version NX11.0.0.

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

-------------------------------------

Setter Method

Signature DataSource(dataSource)

Parameters:dataSource (NXOpen.CAE.IPostScenarioDataSource) –

New in version NX11.0.0.

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

ScenarioDescriptor

PostScenarioParameters.ScenarioDescriptor

Returns or sets the scenario descriptor used by the post scenario.

-------------------------------------

Getter Method

Signature ScenarioDescriptor()

Returns:
Return type:NXOpen.CAE.PostScenarioDescriptor

New in version NX11.0.0.

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

-------------------------------------

Setter Method

Signature ScenarioDescriptor(scenarioDesc)

Parameters:scenarioDesc (NXOpen.CAE.PostScenarioDescriptor) –

New in version NX11.0.0.

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

ViewPortIndex

PostScenarioParameters.ViewPortIndex

Returns or sets the index of a view port on the main graphic window, on which the plot graph will be shown.

-------------------------------------

Getter Method

Signature ViewPortIndex()

Returns:
Return type:int

New in version NX11.0.0.

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

-------------------------------------

Setter Method

Signature ViewPortIndex(viewPortIndex)

Parameters:viewPortIndex (int) –

New in version NX11.0.0.

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

Method Detail

Dispose

PostScenarioParameters.Dispose

Destroys the object

Signature Dispose()

New in version NX11.0.0.

License requirements: None.