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

Provides methods for managing LbcFolders NXOpen::CAE::SimLbcFolder in a sim part. More...

Inheritance diagram for NXOpen::CAE::SimLbcFolderCollection:
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::SimLbcFolderCreateFolder (const NXString &name, NXOpen::CAE::SimLbcFolder::Type folderType, NXOpen::CAE::SimLbcFolder *parent)
 Creates a lbc folder of the specified type, and optional makes it a subfolder if a parent folder is specified. More...
 
NXOpen::CAE::SimLbcFolderCreateFolder (const char *name, NXOpen::CAE::SimLbcFolder::Type folderType, NXOpen::CAE::SimLbcFolder *parent)
 Creates a lbc folder of the specified type, and optional makes it a subfolder if a parent folder is specified. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::SimLbcFolderFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::CAE::SimLbcFolder with the given identifier as recorded in a journal. More...
 
NXOpen::CAE::SimLbcFolderFindObject (const char *journalIdentifier)
 Finds the NXOpen::CAE::SimLbcFolder with the given identifier as recorded in a journal. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Provides methods for managing LbcFolders NXOpen::CAE::SimLbcFolder in a sim part.


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

Created in NX9.0.0.

Member Function Documentation

iterator NXOpen::CAE::SimLbcFolderCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::CAE::SimLbcFolder* NXOpen::CAE::SimLbcFolderCollection::CreateFolder ( const NXString name,
NXOpen::CAE::SimLbcFolder::Type  folderType,
NXOpen::CAE::SimLbcFolder parent 
)

Creates a lbc folder of the specified type, and optional makes it a subfolder if a parent folder is specified.

Returns
the created NXOpen::CAE::SimLbcFolder
Created in NX9.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
namename of the folder to be created
folderTypetype of folder
parentspecify the parent folder NXOpen::CAE::SimLbcFolder ,or specify NULL if the folder is root folder.
NXOpen::CAE::SimLbcFolder* NXOpen::CAE::SimLbcFolderCollection::CreateFolder ( const char *  name,
NXOpen::CAE::SimLbcFolder::Type  folderType,
NXOpen::CAE::SimLbcFolder parent 
)

Creates a lbc folder of the specified type, and optional makes it a subfolder if a parent folder is specified.

Returns
the created NXOpen::CAE::SimLbcFolder
Created in NX9.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
namename of the folder to be created
folderTypetype of folder
parentspecify the parent folder NXOpen::CAE::SimLbcFolder ,or specify NULL if the folder is root folder.
iterator NXOpen::CAE::SimLbcFolderCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::SimLbcFolder* NXOpen::CAE::SimLbcFolderCollection::FindObject ( const NXString journalIdentifier)

Finds the NXOpen::CAE::SimLbcFolder with the given identifier as recorded in a journal.

An exception will be thrown if no object can be found with the given journal identifier.

Returns
lbc folder found
Created in NX9.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
journalIdentifierIdentifier to be found
NXOpen::CAE::SimLbcFolder* NXOpen::CAE::SimLbcFolderCollection::FindObject ( const char *  journalIdentifier)

Finds the NXOpen::CAE::SimLbcFolder with the given identifier as recorded in a journal.

An exception will be thrown if no object can be found with the given journal identifier.

Returns
lbc folder found
Created in NX9.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
journalIdentifierIdentifier to be found
tag_t NXOpen::CAE::SimLbcFolderCollection::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.