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

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

Inheritance diagram for NXOpen::CAE::DataSourceCollection:
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...
 
NXOpen::CAE::DataSourceBuilderCreateDataSourceBuilder ()
 Creates a NXOpen::CAE::DataSourceBuilder that will be used to create a data source. More...
 
void DeleteDataSource (NXOpen::CAE::DataSource *source)
 Deletes a NXOpen::CAE::DataSource
Created in NX12.0.0. More...
 
NXOpen::CAE::DataSourceBuilderEditDataSourceBuilder (NXOpen::CAE::DataSource *source)
 Creates a NXOpen::CAE::DataSourceBuilder that will be used to edit a data source. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::DataSourceFindObject (const NXString &name)
 Finds a NXOpen::CAE::DataSource with the specified name. More...
 
NXOpen::CAE::DataSourceFindObject (const char *name)
 Finds a NXOpen::CAE::DataSource with the specified name. More...
 
void Refresh ()
 Refreshes any cache held by Application Specific Post Processing with regards to the managed Data Sources. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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


To obtain an instance of this class, refer to NXOpen::CAE::PostScenarioManager

Created in NX12.0.0.

Member Function Documentation

iterator NXOpen::CAE::DataSourceCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::CAE::DataSourceBuilder* NXOpen::CAE::DataSourceCollection::CreateDataSourceBuilder ( )

Creates a NXOpen::CAE::DataSourceBuilder that will be used to create a data source.

Returns

Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::DataSourceCollection::DeleteDataSource ( NXOpen::CAE::DataSource source)

Deletes a NXOpen::CAE::DataSource
Created in NX12.0.0.



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

Parameters
sourcesource
NXOpen::CAE::DataSourceBuilder* NXOpen::CAE::DataSourceCollection::EditDataSourceBuilder ( NXOpen::CAE::DataSource source)

Creates a NXOpen::CAE::DataSourceBuilder that will be used to edit a data source.

Returns

Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
sourcesource
iterator NXOpen::CAE::DataSourceCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::DataSource* NXOpen::CAE::DataSourceCollection::FindObject ( const NXString name)

Finds a NXOpen::CAE::DataSource with the specified name.

Returns

Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
namename of the layout state
NXOpen::CAE::DataSource* NXOpen::CAE::DataSourceCollection::FindObject ( const char *  name)

Finds a NXOpen::CAE::DataSource with the specified name.

Returns

Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
namename of the layout state
void NXOpen::CAE::DataSourceCollection::Refresh ( )

Refreshes any cache held by Application Specific Post Processing with regards to the managed Data Sources.

Application Specific Post Processing caches some information about the referenced Data Sources for performance reasons, and under specific circumstances (e.g. modifying data sources outside the Pre/Post environment), this cached information might no longer be up to date. This method purges this information cache.


Created in NX12.0.0.

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

tag_t NXOpen::CAE::DataSourceCollection::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.