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

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

Inheritance diagram for NXOpen.CAE.PostScenarioParameters:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe void SetPreferredDataSources (NXOpen.CAE.DataSource[] dataSources)
 Set preferred Data Sources to influence the default configuration of a scenario. More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. 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...
 

Protected Member Functions

override void FreeResource ()
 Destroys the object More...
 

Properties

unsafe
NXOpen.CAE.IPostScenarioDataSource 
DataSource [get, set]
 Returns or sets the data source object to be processed by the post scenario. More...
 
unsafe
NXOpen.CAE.PostScenarioDescriptor 
ScenarioDescriptor [get, set]
 Returns or sets the scenario descriptor used by the post scenario. More...
 
unsafe int ViewPortIndex [get, set]
 Returns or sets the index of a view port on the main graphic window, on which the plot graph will be shown. More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Detailed Description

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

Created in NX11.0.0

Member Function Documentation

override void NXOpen.CAE.PostScenarioParameters.FreeResource ( )
inlineprotectedvirtual

Destroys the object

Created in NX11.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe void NXOpen.CAE.PostScenarioParameters.SetPreferredDataSources ( NXOpen.CAE.DataSource[]  dataSources)
inline

Set preferred Data Sources to influence the default configuration of a scenario.

If the default configuration of a scenario is known to be overridden later in the program, there is no need to call this method. Setting a single preferred data source enables the behaviour from version 11.0.0.

Created in NX12.0.0

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

Parameters
dataSourcesThe data sources can be retrieved from CAE.PostScenarioManager.DataSources

Property Documentation

unsafe NXOpen.CAE.IPostScenarioDataSource NXOpen.CAE.PostScenarioParameters.DataSource
getset

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

Created in NX11.0.0

Deprecated in NX12.0.0. Data Sources are now added through CAE.PostScenarioManager.DataSources . Alternatively, CAE.PostScenarioParameters.SetPreferredDataSources can be used to configure the default configuration of a scenario. Setting this attribute has the same effect as SetPreferredDataSources(value).

License requirements to get this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.CAE.PostScenarioDescriptor NXOpen.CAE.PostScenarioParameters.ScenarioDescriptor
getset

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

Created in NX11.0.0

License requirements to get this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe int NXOpen.CAE.PostScenarioParameters.ViewPortIndex
getset

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

Created in NX11.0.0

License requirements to get this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")


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