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.
 
NXOpen::Mechatronics::ProxyOverrideObjectBuilderCreateBuilder (NXOpen::NXObject *proxyObjectOcc)
 Creates a Mechatronics::ProxyOverrideObjectBuilder .
 
NXOpen::Mechatronics::ProxyObjectParameterBuilderCreateProxyObjectParameterBuilder ()
 Creates a Mechatronics::ProxyObjectParameterBuilder.
 
iterator end ()
 Returns an iterator addressing one past the last element.
 
NXOpen::Mechatronics::ProxyOverrideObjectFindObject (const NXString &name)
 Finds the Mechatronics::ProxyOverrideObject with the given name.
 
NXOpen::Mechatronics::ProxyOverrideObjectFindObject (const char *name)
 Finds the Mechatronics::ProxyOverrideObject with the given name.
 
tag_t Tag () const
 Returns the tag of this object.
 

Detailed Description

Represents a collection of Proxy Override Object.


To obtain an instance of this class, refer to 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 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 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 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")

Parameters
nameThe 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")

Parameters
nameThe name of the 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 2013 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.