NX Open C++ Reference Guide
|
Contains methods for searching Teamcenter for CAE objects, as well as a cache of already found items. More...
Public Member Functions | |
void | ClearCache () |
Clear the cache of searched CAE objects such that a subsequent call to "FindCachedReferencers" will return nothing. | |
void | FindCachedReferencers (const NXString &fileSpec, std::vector< NXString > &referencerNames) |
Find CAE Objects as above, only from the cache of already searched items. | |
void | FindCachedReferencers (const char *fileSpec, std::vector< NXString > &referencerNames) |
Find CAE Objects as above, only from the cache of already searched items. | |
void | FindReferencers (const NXString &fileSpec, bool useCache, std::vector< NXString > &referencerNames) |
Find CAE Objects. | |
void | FindReferencers (const char *fileSpec, bool useCache, std::vector< NXString > &referencerNames) |
Find CAE Objects. | |
virtual | ~GRMSearch () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Contains methods for searching Teamcenter for CAE objects, as well as a cache of already found items.
Created in NX8.0.0.
|
virtual |
Free resources associated with the instance.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX8.0.0.
License requirements : None
void NXOpen::CAE::GRMSearch::ClearCache | ( | ) |
Clear the cache of searched CAE objects such that a subsequent call to "FindCachedReferencers" will return nothing.
Created in NX8.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::GRMSearch::FindCachedReferencers | ( | const NXString & | fileSpec, |
std::vector< NXString > & | referencerNames | ||
) |
Find CAE Objects as above, only from the cache of already searched items.
This method will not access the TC server for data.
Created in NX8.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
fileSpec | NOTE: The full Unicode character set is not supported for this parameter. |
referencerNames | referencernames |
void NXOpen::CAE::GRMSearch::FindCachedReferencers | ( | const char * | fileSpec, |
std::vector< NXString > & | referencerNames | ||
) |
Find CAE Objects as above, only from the cache of already searched items.
This method will not access the TC server for data.
Created in NX8.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
fileSpec | NOTE: The full Unicode character set is not supported for this parameter. |
referencerNames | referencernames |
void NXOpen::CAE::GRMSearch::FindReferencers | ( | const NXString & | fileSpec, |
bool | useCache, | ||
std::vector< NXString > & | referencerNames | ||
) |
Find CAE Objects.
Given a CAD object, this method will find FEMs and Ideals. Given a FEM, it will find Sims, etc.
Created in NX8.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
fileSpec | NOTE: The full Unicode character set is not supported for this parameter. |
useCache | usecache |
referencerNames | referencernames |
void NXOpen::CAE::GRMSearch::FindReferencers | ( | const char * | fileSpec, |
bool | useCache, | ||
std::vector< NXString > & | referencerNames | ||
) |
Find CAE Objects.
Given a CAD object, this method will find FEMs and Ideals. Given a FEM, it will find Sims, etc.
Created in NX8.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
fileSpec | NOTE: The full Unicode character set is not supported for this parameter. |
useCache | usecache |
referencerNames | referencernames |