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

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

Inheritance diagram for NXOpen::CAE::SimLoadRecipeSourceCollection:
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::SimLoadRecipeSourceCreate (const NXString &path, const NXString &readerType, const NXString &formatType)
 Creates and adds a new NXOpen::CAE::SimLoadRecipeSource to the Load Recipe. More...
 
NXOpen::CAE::SimLoadRecipeSourceCreate (const char *path, const char *readerType, const char *formatType)
 Creates and adds a new NXOpen::CAE::SimLoadRecipeSource to the Load Recipe. More...
 
void Delete (const std::vector< NXOpen::CAE::SimLoadRecipeSource * > &sources)
 Delete a list of sources
Created in NX10.0.0. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::SimLoadRecipeSourceFind (const NXString &path)
 Finds a Source with a specified path. More...
 
NXOpen::CAE::SimLoadRecipeSourceFind (const char *path)
 Finds a Source with a specified path. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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


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

Created in NX10.0.0.

Member Function Documentation

iterator NXOpen::CAE::SimLoadRecipeSourceCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::CAE::SimLoadRecipeSource* NXOpen::CAE::SimLoadRecipeSourceCollection::Create ( const NXString path,
const NXString readerType,
const NXString formatType 
)

Creates and adds a new NXOpen::CAE::SimLoadRecipeSource to the Load Recipe.

Returns

Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
pathpath
readerTypereadertype
formatTypeformattype
NXOpen::CAE::SimLoadRecipeSource* NXOpen::CAE::SimLoadRecipeSourceCollection::Create ( const char *  path,
const char *  readerType,
const char *  formatType 
)

Creates and adds a new NXOpen::CAE::SimLoadRecipeSource to the Load Recipe.

Returns

Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
pathpath
readerTypereadertype
formatTypeformattype
void NXOpen::CAE::SimLoadRecipeSourceCollection::Delete ( const std::vector< NXOpen::CAE::SimLoadRecipeSource * > &  sources)

Delete a list of sources
Created in NX10.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
sourcesThe sources to be deleted
iterator NXOpen::CAE::SimLoadRecipeSourceCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::SimLoadRecipeSource* NXOpen::CAE::SimLoadRecipeSourceCollection::Find ( const NXString path)

Finds a Source with a specified path.

Returns

Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
pathpath to the source
NXOpen::CAE::SimLoadRecipeSource* NXOpen::CAE::SimLoadRecipeSourceCollection::Find ( const char *  path)

Finds a Source with a specified path.

Returns

Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
pathpath to the source
tag_t NXOpen::CAE::SimLoadRecipeSourceCollection::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.