NX Open C++ Reference Guide
|
Represents a collection of Proxy Object. 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::ProxyObjectBuilder * | CreateProxyObjectBuilder (NXOpen::Mechatronics::ProxyObject *proxyObject) |
Creates a Mechatronics::ProxyObjectBuilder . | |
NXOpen::Mechatronics::ProxyObjectParameterBuilder * | CreateProxyObjectParameterBuilder () |
Creates a Mechatronics::ProxyObjectParameterBuilder. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Mechatronics::ProxyObject * | FindObject (const NXString &name) |
Finds the Mechatronics::ProxyObject with the given name. | |
NXOpen::Mechatronics::ProxyObject * | FindObject (const char *name) |
Finds the Mechatronics::ProxyObject with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Proxy Object.
To obtain an instance of this class, refer to Part
Created in NX8.5.0.
iterator NXOpen::Mechatronics::ProxyObjectCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Mechatronics::ProxyObjectBuilder* NXOpen::Mechatronics::ProxyObjectCollection::CreateProxyObjectBuilder | ( | NXOpen::Mechatronics::ProxyObject * | proxyObject | ) |
Creates a Mechatronics::ProxyObjectBuilder .
proxyObject | Mechatronics::ProxyObject to be edited, if NULL then create a new one |
NXOpen::Mechatronics::ProxyObjectParameterBuilder* NXOpen::Mechatronics::ProxyObjectCollection::CreateProxyObjectParameterBuilder | ( | ) |
Creates a Mechatronics::ProxyObjectParameterBuilder.
iterator NXOpen::Mechatronics::ProxyObjectCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Mechatronics::ProxyObject* NXOpen::Mechatronics::ProxyObjectCollection::FindObject | ( | const NXString & | name | ) |
Finds the Mechatronics::ProxyObject with the given name.
An exception will be thrown if no object can be found with given name. @return @link Mechatronics::ProxyObject Mechatronics::ProxyObject @endlink with this name.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
name | The name of the Mechatronics::ProxyObject . |
NXOpen::Mechatronics::ProxyObject* NXOpen::Mechatronics::ProxyObjectCollection::FindObject | ( | const char * | name | ) |
Finds the Mechatronics::ProxyObject with the given name.
An exception will be thrown if no object can be found with given name. @return @link Mechatronics::ProxyObject Mechatronics::ProxyObject @endlink with this name.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
name | The name of the Mechatronics::ProxyObject . |
tag_t NXOpen::Mechatronics::ProxyObjectCollection::Tag | ( | ) | const |
Returns the tag of this object.