NX Open C++ Reference Guide
|
Represents a collection of vector force 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::VectorForceBuilder * | CreateVectorForceBuilder (NXOpen::Motion::VectorForce *vectorforce) |
Creates a Motion::JointDriverBuilder. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Motion::VectorForce * | FindObject (const NXString &name) |
Finds the Motion::VectorForce with the given name. | |
NXOpen::Motion::VectorForce * | FindObject (const char *name) |
Finds the Motion::VectorForce with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of vector force objects
To obtain an instance of this class, refer to Motion::MotionManager
Created in NX5.0.0.
iterator NXOpen::Motion::VectorForceCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Motion::VectorForceBuilder* NXOpen::Motion::VectorForceCollection::CreateVectorForceBuilder | ( | NXOpen::Motion::VectorForce * | vectorforce | ) |
Creates a Motion::JointDriverBuilder.
vectorforce | "Motion::VectorForce to be edited, if NULL then create a new one |
iterator NXOpen::Motion::VectorForceCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Motion::VectorForce* NXOpen::Motion::VectorForceCollection::FindObject | ( | const NXString & | name | ) |
Finds the Motion::VectorForce with the given name.
An exception will be thrown if no object can be found with given name. @return @link Motion::VectorForce Motion::VectorForce @endlink with this name.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
name | The name of the Motion::VectorForce . |
NXOpen::Motion::VectorForce* NXOpen::Motion::VectorForceCollection::FindObject | ( | const char * | name | ) |
Finds the Motion::VectorForce with the given name.
An exception will be thrown if no object can be found with given name. @return @link Motion::VectorForce Motion::VectorForce @endlink with this name.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
name | The name of the Motion::VectorForce . |
tag_t NXOpen::Motion::VectorForceCollection::Tag | ( | ) | const |
Returns the tag of this object.