NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::CAE::PostScenarioAction Class Reference

Represents an action that can be invoked on the parent scenario. More...

Inheritance diagram for NXOpen::CAE::PostScenarioAction:
NXOpen::TransientObject

Public Member Functions

NXString DisplayName ()
 Returns the action's localized name. More...
 
void Invoke ()
 Execute the action. More...
 
NXString Name ()
 Returns the action's name. More...
 
NXString Subvisualization ()
 Returns the sub-visualization this applies to. More...
 
virtual ~PostScenarioAction ()
 Destroys the object. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents an action that can be invoked on the parent scenario.

Certain complex actions require additional parameters which can be accessed via subclasses. Refer to the specific scenario's developer documentation for more information.
No support for KF.

Created in NX1847.0.0.

Constructor & Destructor Documentation

virtual NXOpen::CAE::PostScenarioAction::~PostScenarioAction ( )
virtual

Destroys the object.


Created in NX1847.0.0.

License requirements : None

Member Function Documentation

NXString NXOpen::CAE::PostScenarioAction::DisplayName ( )

Returns the action's localized name.


Created in NX1847.0.0.

License requirements : None

void NXOpen::CAE::PostScenarioAction::Invoke ( )

Execute the action.


Created in NX1847.0.0.

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

NXString NXOpen::CAE::PostScenarioAction::Name ( )

Returns the action's name.


Created in NX1847.0.0.

License requirements : None

NXString NXOpen::CAE::PostScenarioAction::Subvisualization ( )

Returns the sub-visualization this applies to.

(i.e. what sub-viewport, if applicable)


Created in NX1847.0.0.

License requirements : None


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