NXOpen .NET Reference  12.0.0
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:

Public Member Functions

unsafe
NXOpen.CAE.PostScenarioVariant 
NewVariant ()
 Create a new NXOpen.CAE.PostScenarioVariant that wraps a scalar value. More...
 
unsafe void Destroy ()
 Delete the NXOpen.CAE.PostScenarioSelectionParameters . More...
 

Properties

NXOpen.CAE.PostScenarioVariableCollection Variables [get]
 Contains selection NXOpen.CAE.PostScenarioVariable s that define this selection. More...
 
NXOpen.CAE.PostScenarioConfigurationVariableCollection ConfigurationVariables [get]
 Contains NXOpen.CAE.PostScenarioConfigurationVariable s for this selection. 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 ( )

Delete the NXOpen.CAE.PostScenarioSelectionParameters .

Created in NX12.0.0

License requirements: None.

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

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

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.