NX Open C++ Reference Guide
|
Represents a Mechatronics::FunctionObjectCollection
To obtain an instance of this class, refer to Mechatronics::MechatronicsManager
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::AddComponentBuilder * | CreateAddComponentBuilder () |
Creates a Mechatronics::AddComponentBuilder. | |
NXOpen::Mechatronics::FunctionObjectBuilder * | CreateFunctionObjectBuilder (NXOpen::Mechatronics::FunctionObject *object) |
Create builder for FunctionObject class. | |
void | DeleteFunction (NXOpen::Mechatronics::FunctionObject *functionObject) |
Dlete a Mechatronics::FunctionObject object Created in NX7.5.0. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Mechatronics::FunctionObject * | FindObject (const NXString &name) |
Finds the Mechatronics::FunctionObject object with the given name. | |
void | RenameFunction (const NXString &newName, NXOpen::Mechatronics::FunctionObject *functionObject) |
Rename a Mechatronics::FunctionObject object Created in NX7.5.0. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents a Mechatronics::FunctionObjectCollection
To obtain an instance of this class, refer to Mechatronics::MechatronicsManager
Returns an iterator addressing the first element.
NXOpen::Mechatronics::AddComponentBuilder* NXOpen::Mechatronics::FunctionObjectCollection::CreateAddComponentBuilder | ( | ) |
Creates a Mechatronics::AddComponentBuilder.
NXOpen::Mechatronics::FunctionObjectBuilder* NXOpen::Mechatronics::FunctionObjectCollection::CreateFunctionObjectBuilder | ( | NXOpen::Mechatronics::FunctionObject * | object | ) |
Create builder for FunctionObject class.
object | Mechatronics::FunctionObject to be edited, if NULL then create a new one |
void NXOpen::Mechatronics::FunctionObjectCollection::DeleteFunction | ( | NXOpen::Mechatronics::FunctionObject * | functionObject | ) |
Dlete a Mechatronics::FunctionObject object
Created in NX7.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
functionObject | Mechatronics::FunctionObject object with this name. |
Returns an iterator addressing one past the last element.
NXOpen::Mechatronics::FunctionObject* NXOpen::Mechatronics::FunctionObjectCollection::FindObject | ( | const NXString & | name | ) |
Finds the Mechatronics::FunctionObject object with the given name.
name | Name of the Function object, actually it shall be handle. |
void NXOpen::Mechatronics::FunctionObjectCollection::RenameFunction | ( | const NXString & | newName, |
NXOpen::Mechatronics::FunctionObject * | functionObject | ||
) |
Rename a Mechatronics::FunctionObject object
Created in NX7.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
newName | New name of the Function object. |
functionObject | Mechatronics::FunctionObject object. |
tag_t NXOpen::Mechatronics::FunctionObjectCollection::Tag | ( | ) | const |
Returns the tag of this object.