NX Open C++ Reference Guide
|
Represents a collection of Prevent Collision Constraint. 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::Mechatronics::PreventCollisionBuilder * | CreatePreventCollisionBuilder (NXOpen::Mechatronics::PreventCollision *preventCollision) |
Creates a Mechatronics::PreventCollisionBuilder . | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Mechatronics::PreventCollision * | FindObject (const NXString &name) |
Finds the Mechatronics::PreventCollision with the given name. | |
NXOpen::Mechatronics::PreventCollision * | FindObject (const char *name) |
Finds the Mechatronics::PreventCollision with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Prevent Collision Constraint.
To obtain an instance of this class, refer to Mechatronics::PhysicsManager
Created in NX7.5.1.
iterator NXOpen::Mechatronics::PreventCollisionCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Mechatronics::PreventCollisionBuilder* NXOpen::Mechatronics::PreventCollisionCollection::CreatePreventCollisionBuilder | ( | NXOpen::Mechatronics::PreventCollision * | preventCollision | ) |
Creates a Mechatronics::PreventCollisionBuilder .
preventCollision | Mechatronics::PreventCollision to be edited, if NULL then create a new one |
iterator NXOpen::Mechatronics::PreventCollisionCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Mechatronics::PreventCollision* NXOpen::Mechatronics::PreventCollisionCollection::FindObject | ( | const NXString & | name | ) |
Finds the Mechatronics::PreventCollision with the given name.
An exception will be thrown if no object can be found with given name. @return @link Mechatronics::PreventCollision Mechatronics::PreventCollision @endlink with this name.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
name | The name of the Mechatronics::PreventCollision . |
NXOpen::Mechatronics::PreventCollision* NXOpen::Mechatronics::PreventCollisionCollection::FindObject | ( | const char * | name | ) |
Finds the Mechatronics::PreventCollision with the given name.
An exception will be thrown if no object can be found with given name. @return @link Mechatronics::PreventCollision Mechatronics::PreventCollision @endlink with this name.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
name | The name of the Mechatronics::PreventCollision . |
tag_t NXOpen::Mechatronics::PreventCollisionCollection::Tag | ( | ) | const |
Returns the tag of this object.