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

This class is a collection of NXOpen::CAE::SimLoadRecipeMapEntry s. More...

Inheritance diagram for NXOpen::CAE::SimLoadRecipeMapEntryCollection:
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::SimLoadRecipeMapEntryCreate (NXOpen::CAE::SimLoadRecipeMapEntryTargetTypes::TargetTypes targetType, const NXString &target)
 Creates a new map entry and adds it to the collection. More...
 
NXOpen::CAE::SimLoadRecipeMapEntryCreate (NXOpen::CAE::SimLoadRecipeMapEntryTargetTypes::TargetTypes targetType, const char *target)
 Creates a new map entry and adds it to the collection. More...
 
void Delete (const std::vector< NXOpen::CAE::SimLoadRecipeMapEntry * > &mapEntries)
 Delete a list of map entries
Created in NX10.0.0. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::SimLoadRecipeMapEntryFind (const NXString &name)
 Finds a Load Recipe Map Entry of a certain index. More...
 
NXOpen::CAE::SimLoadRecipeMapEntryFind (const char *name)
 Finds a Load Recipe Map Entry of a certain index. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class is a collection of NXOpen::CAE::SimLoadRecipeMapEntry s.


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

Created in NX10.0.0.

Member Function Documentation

iterator NXOpen::CAE::SimLoadRecipeMapEntryCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::CAE::SimLoadRecipeMapEntry* NXOpen::CAE::SimLoadRecipeMapEntryCollection::Create ( NXOpen::CAE::SimLoadRecipeMapEntryTargetTypes::TargetTypes  targetType,
const NXString target 
)

Creates a new map entry and adds it to the collection.

Returns

Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
targetTypetargettype
targettarget
NXOpen::CAE::SimLoadRecipeMapEntry* NXOpen::CAE::SimLoadRecipeMapEntryCollection::Create ( NXOpen::CAE::SimLoadRecipeMapEntryTargetTypes::TargetTypes  targetType,
const char *  target 
)

Creates a new map entry and adds it to the collection.

Returns

Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
targetTypetargettype
targettarget
void NXOpen::CAE::SimLoadRecipeMapEntryCollection::Delete ( const std::vector< NXOpen::CAE::SimLoadRecipeMapEntry * > &  mapEntries)

Delete a list of map entries
Created in NX10.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
mapEntriesThe map entries to be deleted
iterator NXOpen::CAE::SimLoadRecipeMapEntryCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::SimLoadRecipeMapEntry* NXOpen::CAE::SimLoadRecipeMapEntryCollection::Find ( const NXString name)

Finds a Load Recipe Map Entry of a certain index.

Returns

Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
nameindex of the map entry
NXOpen::CAE::SimLoadRecipeMapEntry* NXOpen::CAE::SimLoadRecipeMapEntryCollection::Find ( const char *  name)

Finds a Load Recipe Map Entry of a certain index.

Returns

Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
nameindex of the map entry
tag_t NXOpen::CAE::SimLoadRecipeMapEntryCollection::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.