NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::Mechatronics::ProxyOverrideObjectCollection Class Reference

Represents a collection of Proxy Override Object. More...

Inheritance diagram for NXOpen::Mechatronics::ProxyOverrideObjectCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::Mechatronics::ProxyOverrideObjectBuilderCreateBuilder (NXOpen::NXObject *proxyObjectOcc)
 Creates a NXOpen::Mechatronics::ProxyOverrideObjectBuilder . More...
 
NXOpen::Mechatronics::ProxyObjectParameterBuilderCreateProxyObjectParameterBuilder ()
 Creates a NXOpen::Mechatronics::ProxyObjectParameterBuilder. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Mechatronics::ProxyOverrideObjectFindObject (const NXString &name)
 Finds the NXOpen::Mechatronics::ProxyOverrideObject with the given name. More...
 
NXOpen::Mechatronics::ProxyOverrideObjectFindObject (const char *name)
 Finds the NXOpen::Mechatronics::ProxyOverrideObject with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of Proxy Override Object.


To obtain an instance of this class, refer to NXOpen::Part

Created in NX8.5.0.

Member Function Documentation

iterator NXOpen::Mechatronics::ProxyOverrideObjectCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Mechatronics::ProxyOverrideObjectBuilder* NXOpen::Mechatronics::ProxyOverrideObjectCollection::CreateBuilder ( NXOpen::NXObject proxyObjectOcc)

Creates a NXOpen::Mechatronics::ProxyOverrideObjectBuilder .

Returns

Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
proxyObjectOccinput occurrence of the proxy definition object or proxy override object. NULL_TAG is not allowed
NXOpen::Mechatronics::ProxyObjectParameterBuilder* NXOpen::Mechatronics::ProxyOverrideObjectCollection::CreateProxyObjectParameterBuilder ( )

Creates a NXOpen::Mechatronics::ProxyObjectParameterBuilder.

Returns

Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
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 NXOpen::Mechatronics::ProxyOverrideObject with the given name.

An exception will be thrown if no object can be found with given name.

Returns
NXOpen::Mechatronics::ProxyOverrideObject with this name.
Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
nameThe name of the NXOpen::Mechatronics::ProxyOverrideObject .
NXOpen::Mechatronics::ProxyOverrideObject* NXOpen::Mechatronics::ProxyOverrideObjectCollection::FindObject ( const char *  name)

Finds the NXOpen::Mechatronics::ProxyOverrideObject with the given name.

An exception will be thrown if no object can be found with given name.

Returns
NXOpen::Mechatronics::ProxyOverrideObject with this name.
Created in NX8.5.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
nameThe name of the NXOpen::Mechatronics::ProxyOverrideObject .
tag_t NXOpen::Mechatronics::ProxyOverrideObjectCollection::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.