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

The class handles the User Selection for a Scenario. More...

Inheritance diagram for NXOpen.CAE.PostScenarioSelectionParameters:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void Destroy ()
 Delete the NXOpen.CAE.PostScenarioSelectionParameters . More...
 
unsafe
NXOpen.CAE.PostScenarioVariant 
NewVariant ()
 Create a new NXOpen.CAE.PostScenarioVariant that wraps a scalar value. More...
 
unsafe void SetIterationVariable (NXOpen.CAE.PostScenarioVariable variable)
 Specifies which selection variable will be used for the next and previous quick-navigation commands. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override 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...
 

Properties

NXOpen.CAE.PostScenarioConfigurationVariableCollection ConfigurationVariables [get]
 Contains NXOpen.CAE.PostScenarioConfigurationVariable s for this selection. More...
 
NXOpen.CAE.PostScenarioVariableCollection Variables [get]
 Contains selection NXOpen.CAE.PostScenarioVariable s that define this selection. More...
 
- Properties inherited from NXOpen.TaggedObject
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.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

The class handles the User Selection for a Scenario.

A User Selection identifies which data need to be retrieved from the data source on top of which a scenario was created. A User Selection is dependent on the previously selected NXOpen.CAE.PostScenarioInputDefinition , Data Source NXOpen.CAE.PostScenarioDataDefinition , and NXOpen.CAE.PostScenarioVisualizationDefinition . See NXOpen.CAE.PostScenarioBuilder . An instance can be created from a CAE.PostScenarioBuilder.

A valid user selection binds at least one value to each NXOpen.CAE.PostScenarioVariable . The exact constraints on the number of selected values varies which each scenario.

In order to bind values to variables, one must access each Variable from the NXOpen.CAE.PostScenarioVariableCollection , and bind values from those which are listed by the Variable's NXOpen.CAE.PostScenarioVariable.GetValues method.

NXOpen.CAE.PostScenarioConfigurationVariable s are Scenario specific and enable or configure scenario specific behaviour.

Not support KF.

Created in NX11.0.0

Member Function Documentation

unsafe void NXOpen.CAE.PostScenarioSelectionParameters.Destroy ( )
inline

Delete the NXOpen.CAE.PostScenarioSelectionParameters .

Created in NX12.0.0

License requirements: None.

unsafe NXOpen.CAE.PostScenarioVariant NXOpen.CAE.PostScenarioSelectionParameters.NewVariant ( )
inline

Create a new NXOpen.CAE.PostScenarioVariant that wraps a scalar value.

These objects need to be Dispose'd of once it is no longer needed.

Created in NX11.0.0

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

Returns
unsafe void NXOpen.CAE.PostScenarioSelectionParameters.SetIterationVariable ( NXOpen.CAE.PostScenarioVariable  variable)
inline

Specifies which selection variable will be used for the next and previous quick-navigation commands.

Created in NX12.0.0

Deprecated in NX1847.0.0. Use CAE.PostScenarioVariable.SetIterationValues

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

Parameters
variable

Property Documentation

NXOpen.CAE.PostScenarioConfigurationVariableCollection NXOpen.CAE.PostScenarioSelectionParameters.ConfigurationVariables
get

Contains NXOpen.CAE.PostScenarioConfigurationVariable s for this selection.

Created in NX11.0.0

NXOpen.CAE.PostScenarioVariableCollection NXOpen.CAE.PostScenarioSelectionParameters.Variables
get

Contains selection NXOpen.CAE.PostScenarioVariable s that define this selection.

Created in NX11.0.0


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