NX Open C++ Reference Guide
|
Represents a collection of Graph objects, only creation is supported
To obtain an instance of this class, refer to Motion::MotionManager
Created in NX5.0.0.
More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::Motion::GraphBuilder * | CreateGraphBuilder (NXOpen::Motion::Graph *graph) |
Creates a Motion::GraphBuilder. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Motion::Graph * | Find (const NXString &name) |
Finds the Motion::Graph object with the given name. | |
NXOpen::Motion::Graph * | Find (const char *name) |
Finds the Motion::Graph object with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Graph objects, only creation is supported
To obtain an instance of this class, refer to Motion::MotionManager
Created in NX5.0.0.
iterator NXOpen::Motion::GraphManager::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Motion::GraphBuilder* NXOpen::Motion::GraphManager::CreateGraphBuilder | ( | NXOpen::Motion::Graph * | graph | ) |
Creates a Motion::GraphBuilder.
graph | Motion::Graph to be edited |
iterator NXOpen::Motion::GraphManager::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Motion::Graph* NXOpen::Motion::GraphManager::Find | ( | const NXString & | name | ) |
Finds the Motion::Graph object with the given name.
An exception will be thrown if no object can be found with given name. @return @link Motion::Graph Motion::Graph@endlink object with this name.
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
name | Name of the Graph object. |
NXOpen::Motion::Graph* NXOpen::Motion::GraphManager::Find | ( | const char * | name | ) |
Finds the Motion::Graph object with the given name.
An exception will be thrown if no object can be found with given name. @return @link Motion::Graph Motion::Graph@endlink object with this name.
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
name | Name of the Graph object. |
tag_t NXOpen::Motion::GraphManager::Tag | ( | ) | const |
Returns the tag of this object.