NX Open C++ Reference Guide
|
Represents a collection of Proxy Override 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::ProxyOverrideObjectBuilder * | CreateBuilder (NXOpen::NXObject *proxyObjectOcc) |
Creates a Mechatronics::ProxyOverrideObjectBuilder . | |
NXOpen::Mechatronics::ProxyObjectParameterBuilder * | CreateProxyObjectParameterBuilder () |
Creates a Mechatronics::ProxyObjectParameterBuilder. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Mechatronics::ProxyOverrideObject * | FindObject (const NXString &name) |
Finds the Mechatronics::ProxyOverrideObject with the given name. | |
NXOpen::Mechatronics::ProxyOverrideObject * | FindObject (const char *name) |
Finds the Mechatronics::ProxyOverrideObject with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Proxy Override Object.
To obtain an instance of this class, refer to Part
Created in NX8.5.0.
iterator NXOpen::Mechatronics::ProxyOverrideObjectCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Mechatronics::ProxyOverrideObjectBuilder* NXOpen::Mechatronics::ProxyOverrideObjectCollection::CreateBuilder | ( | NXOpen::NXObject * | proxyObjectOcc | ) |
Creates a Mechatronics::ProxyOverrideObjectBuilder .
proxyObjectOcc | input occurrence of the proxy definition object or proxy override object. NULL_TAG is not allowed |
NXOpen::Mechatronics::ProxyObjectParameterBuilder* NXOpen::Mechatronics::ProxyOverrideObjectCollection::CreateProxyObjectParameterBuilder | ( | ) |
Creates a Mechatronics::ProxyObjectParameterBuilder.
iterator NXOpen::Mechatronics::ProxyOverrideObjectCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Mechatronics::ProxyOverrideObject* NXOpen::Mechatronics::ProxyOverrideObjectCollection::FindObject | ( | const NXString & | name | ) |
Finds the Mechatronics::ProxyOverrideObject with the given name.
An exception will be thrown if no object can be found with given name. @return @link Mechatronics::ProxyOverrideObject Mechatronics::ProxyOverrideObject @endlink with this name.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
name | The name of the Mechatronics::ProxyOverrideObject . |
NXOpen::Mechatronics::ProxyOverrideObject* NXOpen::Mechatronics::ProxyOverrideObjectCollection::FindObject | ( | const char * | name | ) |
Finds the Mechatronics::ProxyOverrideObject with the given name.
An exception will be thrown if no object can be found with given name. @return @link Mechatronics::ProxyOverrideObject Mechatronics::ProxyOverrideObject @endlink with this name.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
name | The name of the Mechatronics::ProxyOverrideObject . |
tag_t NXOpen::Mechatronics::ProxyOverrideObjectCollection::Tag | ( | ) | const |
Returns the tag of this object.