NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::MfgModel::MfgModelManager Class Reference

Represents the manager for Mfg model
Use the static method in this class to obtain an instance. More...

Public Member Functions

NXOpen::TaggedObjectFind (const NXString &journalIdentifier)
 Finds the TaggedObject with the given identifier as recorded in a journal. More...
 
NXOpen::TaggedObjectFind (const char *journalIdentifier)
 Finds the TaggedObject with the given identifier as recorded in a journal. More...
 
NXOpen::TaggedObjectFindObject (const NXString &journalIdentifier)
 Finds the ModelStaticIPA or ModelDynamicIPA with the given identifier as recorded in a journal. More...
 
NXOpen::TaggedObjectFindObject (const char *journalIdentifier)
 Finds the ModelStaticIPA or ModelDynamicIPA with the given identifier as recorded in a journal. More...
 

Detailed Description

Represents the manager for Mfg model
Use the static method in this class to obtain an instance.



Created in NX11.0.0.

Member Function Documentation

NXOpen::TaggedObject* NXOpen::MfgModel::MfgModelManager::Find ( const NXString journalIdentifier)

Finds the TaggedObject with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when Find is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

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

Returns
Object found, or null if no such object exists
Created in NX11.0.2.

License requirements : None
Parameters
journalIdentifierIdentifier of the TaggedObject to be found
NXOpen::TaggedObject* NXOpen::MfgModel::MfgModelManager::Find ( const char *  journalIdentifier)

Finds the TaggedObject with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when Find is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

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

Returns
Object found, or null if no such object exists
Created in NX11.0.2.

License requirements : None
Parameters
journalIdentifierIdentifier of the TaggedObject to be found
NXOpen::TaggedObject* NXOpen::MfgModel::MfgModelManager::FindObject ( const NXString journalIdentifier)

Finds the ModelStaticIPA or ModelDynamicIPA with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

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

Returns
IPA found, or null if no such IPA exists.
Created in NX11.0.2.

License requirements : None
Parameters
journalIdentifierName of the IPA to be found
NXOpen::TaggedObject* NXOpen::MfgModel::MfgModelManager::FindObject ( const char *  journalIdentifier)

Finds the ModelStaticIPA or ModelDynamicIPA with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

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

Returns
IPA found, or null if no such IPA exists.
Created in NX11.0.2.

License requirements : None
Parameters
journalIdentifierName of the IPA to be found

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