NX Open C++ Reference Guide
|
Represents a collection of Driver objects
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::MotionSolutionBuilder * | CreateSolutionBuilder (NXOpen::Motion::MotionSolution *solution) |
Creates an Motion::MotionSolutionBuilder . | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Motion::MotionSolution * | FindObject (const NXString &name) |
Finds the Motion::MotionSolution object with the given name. | |
NXOpen::Motion::MotionSolution * | FindObject (const char *name) |
Finds the Motion::MotionSolution object with the given name. | |
NXOpen::Motion::MotionSolution * | GetActiveSolution () |
Get the active Motion::MotionSolution object of current session. | |
void | SetActiveSolution (NXOpen::Motion::MotionSolution *activeSolution) |
Set the active Motion::MotionSolution object of current session. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Driver objects
To obtain an instance of this class, refer to Motion::MotionManager
Created in NX5.0.0.
iterator NXOpen::Motion::MotionSolutionCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Motion::MotionSolutionBuilder* NXOpen::Motion::MotionSolutionCollection::CreateSolutionBuilder | ( | NXOpen::Motion::MotionSolution * | solution | ) |
Creates an Motion::MotionSolutionBuilder .
This class is used to construct an Motion::MotionSolution object.
solution | "Motion::MotionSolution to be edited, if NULL then create a new one |
iterator NXOpen::Motion::MotionSolutionCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Motion::MotionSolution* NXOpen::Motion::MotionSolutionCollection::FindObject | ( | const NXString & | name | ) |
Finds the Motion::MotionSolution object with the given name.
An exception will be thrown if no object can be found with given name. @return @link Motion::MotionSolution Motion::MotionSolution@endlink object with this name.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
name | Name of the Solution object. |
NXOpen::Motion::MotionSolution* NXOpen::Motion::MotionSolutionCollection::FindObject | ( | const char * | name | ) |
Finds the Motion::MotionSolution object with the given name.
An exception will be thrown if no object can be found with given name. @return @link Motion::MotionSolution Motion::MotionSolution@endlink object with this name.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
name | Name of the Solution object. |
NXOpen::Motion::MotionSolution* NXOpen::Motion::MotionSolutionCollection::GetActiveSolution | ( | ) |
Get the active Motion::MotionSolution object of current session.
void NXOpen::Motion::MotionSolutionCollection::SetActiveSolution | ( | NXOpen::Motion::MotionSolution * | activeSolution | ) |
Set the active Motion::MotionSolution object of current session.
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
activeSolution | the active solution Motion::MotionSolution |
tag_t NXOpen::Motion::MotionSolutionCollection::Tag | ( | ) | const |
Returns the tag of this object.