NX Open C++ Reference Guide
|
Represents a Scalar Force Collection. 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::ScalarForceBuilder * | CreateScalarForceBuilder (NXOpen::Motion::ScalarForce *scalarForce) |
Return Motion::ScalarForceBuilder object. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Motion::ScalarForce * | FindObject (const NXString &name) |
Finds the Motion::ScalarForce with the given name. | |
NXOpen::Motion::ScalarForce * | FindObject (const char *name) |
Finds the Motion::ScalarForce with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Scalar Force Collection.
To obtain an instance of this class, refer to Motion::MotionManager
Created in NX6.0.0.
iterator NXOpen::Motion::ScalarForceCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Motion::ScalarForceBuilder* NXOpen::Motion::ScalarForceCollection::CreateScalarForceBuilder | ( | NXOpen::Motion::ScalarForce * | scalarForce | ) |
Return Motion::ScalarForceBuilder object.
scalarForce | Motion::ScalarForce to be edited, if NULL then create a new one |
iterator NXOpen::Motion::ScalarForceCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Motion::ScalarForce* NXOpen::Motion::ScalarForceCollection::FindObject | ( | const NXString & | name | ) |
Finds the Motion::ScalarForce with the given name.
An exception will be thrown if no object can be found with given name. @return
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
name | name |
NXOpen::Motion::ScalarForce* NXOpen::Motion::ScalarForceCollection::FindObject | ( | const char * | name | ) |
Finds the Motion::ScalarForce with the given name.
An exception will be thrown if no object can be found with given name. @return
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
name | name |
tag_t NXOpen::Motion::ScalarForceCollection::Tag | ( | ) | const |
Returns the tag of this object.