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

Manages meshesCAE::IMeshManager in cae parts. More...

Inheritance diagram for NXOpen::CAE::IMeshManager:
NXOpen::TaggedObject NXOpen::CAE::MeshManager NXOpen::CAE::MeshManagerOccurrence

Public Member Functions

NXOpen::TaggedObjectFindObject (const NXString &journalIdentifier)
 Finds the CAE::Mesh with the given identifier as recorded in a journal.
 
NXOpen::TaggedObjectFindObject (const char *journalIdentifier)
 Finds the CAE::Mesh with the given identifier as recorded in a journal.
 
std::vector
< NXOpen::CAE::IMeshCollector * > 
GetMeshCollectors ()
 Returns the IMeshCollectors CAE::IMeshCollector for this manager.
 
std::vector< NXOpen::CAE::Mesh * > GetMeshes ()
 Returns the Meshes CAE::Mesh for this manager.
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t GetTag () const
 
<b>Deprecated</b>:<br>

   Use Tag instead.

 
tag_t Tag () const
 Returns the tag of this object.
 

Detailed Description

Manages meshesCAE::IMeshManager in cae parts.


This is an abstract class, and cannot be created.

Created in NX5.0.0.

Member Function Documentation

NXOpen::TaggedObject* NXOpen::CAE::IMeshManager::FindObject ( const NXString journalIdentifier)

Finds the CAE::Mesh 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.  @return  mesh or collector with this identifier 


Created in NX3.0.0.

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

Parameters
journalIdentifierMesh or collector name
NXOpen::TaggedObject* NXOpen::CAE::IMeshManager::FindObject ( const char *  journalIdentifier)

Finds the CAE::Mesh 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.  @return  mesh or collector with this identifier 


Created in NX3.0.0.

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

Parameters
journalIdentifierMesh or collector name
std::vector<NXOpen::CAE::IMeshCollector *> NXOpen::CAE::IMeshManager::GetMeshCollectors ( )

Returns the IMeshCollectors CAE::IMeshCollector for this manager.

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
std::vector<NXOpen::CAE::Mesh *> NXOpen::CAE::IMeshManager::GetMeshes ( )

Returns the Meshes CAE::Mesh for this manager.

Returns

Created in NX7.5.0.

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

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