NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::CAE::PostScenarioBuilderSlotCollection Class Reference

This class is a collection of NXOpen::CAE::PostScenarioBuilderSlot . More...

Inheritance diagram for NXOpen::CAE::PostScenarioBuilderSlotCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::PostScenarioBuilderSlotFind (const NXString &name)
 Finds a slot with a certain name. More...
 
NXOpen::CAE::PostScenarioBuilderSlotFind (const char *name)
 Finds a slot with a certain name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class is a collection of NXOpen::CAE::PostScenarioBuilderSlot .

Access the data slots available to the currently selected NXOpen::CAE::PostScenarioDescriptor on the owning NXOpen::CAE::PostScenarioBuilder . A post processing scenario can contain multiple slots to which NXOpen::CAE::DataSource s and respective NXOpen::CAE::PostScenarioDataDefinition s are assigned. The scenario retrieves data from these data sources in order to process it and display it via NXOpen::CAE::PostScenarioBuilder::Visualization .
To obtain an instance of this class, refer to NXOpen::CAE::PostScenarioBuilder

Created in NX12.0.0.

Member Function Documentation

iterator NXOpen::CAE::PostScenarioBuilderSlotCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::CAE::PostScenarioBuilderSlotCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::PostScenarioBuilderSlot* NXOpen::CAE::PostScenarioBuilderSlotCollection::Find ( const NXString name)

Finds a slot with a certain name.

Returns

Created in NX12.0.0.

License requirements : None
Parameters
namename of the slot
NXOpen::CAE::PostScenarioBuilderSlot* NXOpen::CAE::PostScenarioBuilderSlotCollection::Find ( const char *  name)

Finds a slot with a certain name.

Returns

Created in NX12.0.0.

License requirements : None
Parameters
namename of the slot
tag_t NXOpen::CAE::PostScenarioBuilderSlotCollection::Tag ( ) const

Returns the tag of this object.


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